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