Obj.Ephemeron
Ephemeron with arbitrary arity and untyped
an ephemeron cf Ephemeron
val create : int -> t
create 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 -> int
return the number of keys
val unset_key : t -> int -> unit
val check_key : t -> int -> bool
val unset_data : t -> unit
val check_data : t -> bool