1Ephemeron.GenHashTable.MakeSeeded(O3C)aml librEaprhyemeron.GenHashTable.MakeSeeded(3)
2
3
4
6 Ephemeron.GenHashTable.MakeSeeded - Functor building an implementation
7 of an hash table that use the container for keeping the information
8 given
9
11 Module Ephemeron.GenHashTable.MakeSeeded
12
14 Module MakeSeeded
15 : functor (H : sig end) -> sig end
16
17
18 Functor building an implementation of an hash table that use the con‐
19 tainer for keeping the information given
20
21
22 Parameters:
23
24 "H"
25
26 sig end
27
28
29
30
31
32
33
34 include Hashtbl.SeededS
35
36
37
38
39 val clean : 'a t -> unit
40
41 remove all dead bindings. Done automatically during automatic resizing.
42
43
44
45 val stats_alive : 'a t -> Hashtbl.statistics
46
47 same as Hashtbl.SeededS.stats but only count the alive bindings
48
49
50
51
52
53OCamldoc 2019-07-3E0phemeron.GenHashTable.MakeSeeded(3)