1Ephemeron.SeededS(3) OCaml library Ephemeron.SeededS(3)
2
3
4
6 Ephemeron.SeededS - The output signature of the functor
7 Ephemeron.K1.MakeSeeded and Ephemeron.K2.MakeSeeded.
8
10 Module type Ephemeron.SeededS
11
13 Module type SeededS
14 = sig end
15
16
17 The output signature of the functor Ephemeron.K1.MakeSeeded and
18 Ephemeron.K2.MakeSeeded .
19
20
21
22
23
24 include Hashtbl.SeededS
25
26
27
28
29 val clean : 'a t -> unit
30
31 remove all dead bindings. Done automatically during automatic resizing.
32
33
34
35 val stats_alive : 'a t -> Hashtbl.statistics
36
37 same as Hashtbl.SeededS.stats but only count the alive bindings
38
39
40
41
42
43OCamldoc 2020-09-01 Ephemeron.SeededS(3)