sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module K : sig ... end
module D : sig ... end
type 'a key = 'a K.t
type ('a, 'b) data = ('a, 'b) D.t
val create : int -> 'b t
val size : 'b t -> int
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