package index

  1. Overview
  2. Docs

Takes an IO instance and wraps it in an Array interface with support for prefetching sections of the array.

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