1Ephemeron.K1.MakeSeeded(3)       OCaml library      Ephemeron.K1.MakeSeeded(3)
2
3
4

NAME

6       Ephemeron.K1.MakeSeeded  - Functor building an implementation of a weak
7       hash table.
8

Module

10       Module   Ephemeron.K1.MakeSeeded
11

Documentation

13       Module MakeSeeded
14        : functor (H : Hashtbl.SeededHashedType) -> sig end
15
16
17       Functor building an implementation of a weak hash table.  The  seed  is
18       similar to the one of Hashtbl.MakeSeeded .
19
20
21       Parameters:
22
23       "H"
24
25       Hashtbl.SeededHashedType
26
27
28
29
30
31
32
33       include Hashtbl.SeededS
34
35
36
37
38       val clean : 'a t -> unit
39
40       remove all dead bindings. Done automatically during automatic resizing.
41
42
43
44       val stats_alive : 'a t -> Hashtbl.statistics
45
46       same as Hashtbl.SeededS.stats but only count the alive bindings
47
48
49
50
51
52OCamldoc                          2019-02-02        Ephemeron.K1.MakeSeeded(3)
Impressum