sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module S : sig ... end
type ('k, 'd) data = ('k, 'd) S.data
val register : ('k, 'd) data -> unit
val check_is_registered : ('k, 'd) t -> unit
val printk : ('k, 'd) t -> 'k Containers.Format.printer
val printd : ('k, 'd) t -> 'd Containers.Format.printer
exception UnregisteredKey : ('a, 'b) t -> exn
exception AlreadyRegisteredKey : ('a, 'b) t -> exn