Module Io_array.Make

Parameters

module IO : sig ... end
module Elt : ELT

Signature

type t
type elt = Elt.t
val get : t -> int64 -> elt
val length : t -> int64
val pre_fetch : t -> low:int64 -> high:int64 -> unit
type io = IO.t
val v : io -> t