Obj.EphemeronEphemeron 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