Module Ephemeron.K2Source
Ephemerons with two keys.
an ephemeron with two keys
Same as Ephemeron.K1.make
Same as Ephemeron.K1.query
Source
module Make
(H1 : Stdlib.Hashtbl.HashedType)
(H2 : Stdlib.Hashtbl.HashedType) :
Stdlib.Ephemeron.S with type key = H1.t * H2.tFunctor building an implementation of a weak hash table
Like Make, but takes portable hash functions to portable Ephemeron operations.
Source
module MakeSeeded
(H1 : Stdlib.Hashtbl.SeededHashedType)
(H2 : Stdlib.Hashtbl.SeededHashedType) :
Stdlib.Ephemeron.SeededS with type key = H1.t * H2.tFunctor building an implementation of a weak hash table. The seed is similar to the one of Hashtbl.MakeSeeded.
Like MakeSeeded, but takes portable seeded_hash functions to portable Ephemeron operations.