package index

  1. Overview
  2. Docs

Module Io_array.MakeSource

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

Sourcetype t
Sourcetype elt = Elt.t
Sourceval get : t -> Optint.Int63.t -> elt
Sourceval length : t -> Optint.Int63.t
Sourceval pre_fetch : t -> low:Optint.Int63.t -> high:Optint.Int63.t -> unit
Sourcetype io = IO.t
Sourceval v : io -> t
OCaml

Innovation. Community. Security.