sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module K : sig ... end
module D : sig ... end
type ('a1, 'a2) key = ('a1, 'a2) K.t
type ('a1, 'a2, 'b) data = ('a1, 'a2, 'b) D.t
val create : int -> 'b t
val size : 'b t -> int
Contrary to Simple_vector it tests the size too
val clear : 'b t -> unit
val iter_initialized : 'b iter_initialized -> 'b t -> unit
val fold_initialized : ('b, 'c) fold_initialized -> 'c -> 'b t -> 'c
val iter_initializedi : 'b iter_initializedi -> 'b t -> unit
val fold_initializedi : ('b, 'c) fold_initializedi -> 'c -> 'b t -> 'c