package ocaml-base-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Official release 4.10.2
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.10.2.tar.gz
sha256=7aa26e0d70f36f0338df92cf5aaeb2704f3443bfe910a3d02a5dca9162f1d866
doc/stdlib/Stdlib/Obj/Ephemeron/index.html
Module Obj.Ephemeron
Ephemeron with arbitrary arity and untyped
an ephemeron cf Ephemeron
val create : int -> tcreate n returns an ephemeron with n keys. All the keys and the data are initially empty. The argument n must be between zero and max_ephe_length (limits included).
val length : t -> intreturn the number of keys
val unset_key : t -> int -> unitSame as Ephemeron.K1.unset_key
val check_key : t -> int -> boolSame as Ephemeron.K1.check_key
val unset_data : t -> unitSame as Ephemeron.K1.unset_data
val check_data : t -> boolSame as Ephemeron.K1.check_data
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>