package index

  1. Overview
  2. Docs

Module Private.Io_arraySource

Sourcemodule type ELT = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (IO : sig ... end) (Elt : ELT) : S with type io = IO.t and type elt = Elt.t

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

OCaml

Innovation. Community. Security.