package ocaml-base-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Official release 4.08.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.08.0.tar.gz
sha256=c8ff78d010cb037ac6d6729e40ebdbee109218899007ef23a20b8f459ac186d6
md5=42ed24e9a7c0e3998cab7d5e7c9f7618
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)"
>