Ephemeron.KnEphemerons with arbitrary number of keys of the same type.
val make : 'k array -> 'd -> ('k, 'd) tSame as Ephemeron.K1.make
val query : ('k, 'd) t -> 'k array -> 'd optionSame as Ephemeron.K1.query
Functor building an implementation of a weak hash table
module MakeSeeded
  (H : Hashtbl.SeededHashedType) : 
  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.
module Bucket : sig ... end