package index
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package index
-
index
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Takes an IO instance and wraps it in an Array interface with support for prefetching sections of the array.
Parameters
module IO : sig ... end
Signature
type elt = Elt.t
val get : t -> Optint.Int63.t -> elt
val length : t -> Optint.Int63.t
val pre_fetch : t -> low:Optint.Int63.t -> high:Optint.Int63.t -> unit
type io = IO.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page