module K2:sig
..end
Ephemerons with two keys.
type ('k1, 'k2, 'd)
t
an ephemeron with two keys
val make : 'k1 -> 'k2 -> 'd -> ('k1, 'k2, 'd) t
Same as Ephemeron.K1.make
val query : ('k1, 'k2, 'd) t -> 'k1 -> 'k2 -> 'd option
Same as Ephemeron.K1.query
module Make:
Functor building an implementation of a weak hash table
module MakeSeeded:
Functor building an implementation of a weak hash table.
module Bucket:sig
..end