To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
-
bigarray
-
dynlink
-
ocamlbytecomp
-
ocamlcommon
-
ocamlmiddleend
-
ocamloptcomp
-
odoc_info
-
stdlib
-
str
-
unix
Library
Module
Module type
Parameter
Class
Class type
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
Same as Stdlib.Ephemeron.K1.get_key
Same as Stdlib.Ephemeron.K1.get_key_copy
Same as Stdlib.Ephemeron.K1.set_key
val unset_key : t -> int -> unit
Same as Stdlib.Ephemeron.K1.unset_key
val check_key : t -> int -> bool
Same as Stdlib.Ephemeron.K1.check_key
Same as Stdlib.Ephemeron.K1.blit_key
Same as Stdlib.Ephemeron.K1.get_data
Same as Stdlib.Ephemeron.K1.set_data
val unset_data : t -> unit
Same as Stdlib.Ephemeron.K1.unset_data
val check_data : t -> bool
Same as Stdlib.Ephemeron.K1.check_data
Same as Stdlib.Ephemeron.K1.blit_data