jon.recoil.org

Module Ephemeron.K2Source

Ephemerons with two keys.

Sourcetype ('k1, 'k2, 'd) t

an ephemeron with two keys

Sourceval make : 'k1 -> 'k2 -> 'd -> ('k1, 'k2, 'd) Stdlib.Ephemeron.K2.t
Sourceval query : ('k1, 'k2, 'd) Stdlib.Ephemeron.K2.t -> 'k1 -> 'k2 -> 'd option

Functor building an implementation of a weak hash table

Sourcemodule MakePortable (H1 : sig ... end) (H2 : sig ... end) : sig ... end

Like Make, but takes portable hash functions 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 (H1 : sig ... end) (H2 : sig ... end) : sig ... end

Like MakeSeeded, but takes portable seeded_hash functions to portable Ephemeron operations.

Sourcemodule Bucket : sig ... end