Ephemeron.K2
SourceEphemerons with two keys.
an ephemeron with two keys
Same as Ephemeron.K1.make
Same as Ephemeron.K1.query
module Make
(H1 : Hashtbl.HashedType)
(H2 : Hashtbl.HashedType) :
S with type key = H1.t * H2.t
Functor building an implementation of a weak hash table
module MakeSeeded
(H1 : Hashtbl.SeededHashedType)
(H2 : Hashtbl.SeededHashedType) :
SeededS with type key = H1.t * H2.t
Functor building an implementation of a weak hash table. The seed is similar to the one of Hashtbl.MakeSeeded
.