jon.recoil.org

Module Ephemeron.KnSource

Ephemerons with arbitrary number of keys of the same type.

Sourcetype ('k, 'd) t

an ephemeron with an arbitrary number of keys of the same type

Sourceval make : 'k array -> 'd -> ('k, 'd) Stdlib.Ephemeron.Kn.t
Sourceval query : ('k, 'd) Stdlib.Ephemeron.Kn.t -> 'k array -> 'd option

Functor building an implementation of a weak hash table

Sourcemodule MakePortable (H : sig ... end) : sig ... end

Like Make, but takes a portable hash function to portable Ephemeron operations.

Functor building an implementation of a weak hash table. The seed is similar to the one of Hashtbl.MakeSeeded.

Sourcemodule MakeSeededPortable (H : sig ... end) : sig ... end

Like MakeSeeded, but takes a portable seeded_hash function to portable Ephemeron operations.

Sourcemodule Bucket : sig ... end