Module Ephemeron.KnSource
Ephemerons with arbitrary number of keys of the same type.
an ephemeron with an arbitrary number of keys of the same type
Same as Ephemeron.K1.make
Same as Ephemeron.K1.query
Functor building an implementation of a weak hash table
Like Make, but takes a portable hash function to portable Ephemeron operations.
Source
module MakeSeeded
(H : Stdlib.Hashtbl.SeededHashedType) :
Stdlib.Ephemeron.SeededS with type key = H.t arrayFunctor building an implementation of a weak hash table. The seed is similar to the one of Hashtbl.MakeSeeded.
Like MakeSeeded, but takes a portable seeded_hash function to portable Ephemeron operations.