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