table of contents
- bookworm 4.13.1-4
- testing 5.2.0-3
- unstable 5.2.0-3
- experimental 5.3.0-1~exp2
Ephemeron.Kn(3o) | OCaml library | Ephemeron.Kn(3o) |
NAME¶
Ephemeron.Kn - Ephemerons with arbitrary number of keys of the same type.
Module¶
Module Ephemeron.Kn
Documentation¶
Module Kn
: sig end
Ephemerons with arbitrary number of keys of the same type.
type ('k, 'd) t
an ephemeron with an arbitrary number of keys of the same type
val make : 'k array -> 'd -> ('k, 'd) t
Same as Ephemeron.K1.make
val query : ('k, 'd) t -> 'k array -> 'd option
Same as Ephemeron.K1.query
module Make : functor (H : Hashtbl.HashedType) -> sig end
Functor building an implementation of a weak hash table
module MakeSeeded : functor (H : Hashtbl.SeededHashedType) -> sig end
Functor building an implementation of a weak hash table. The seed is similar to the one of Hashtbl.MakeSeeded .
module Bucket : sig end
2024-08-29 | OCamldoc |