.TH "Ephemeron.K2.MakeSeeded" 3o source: 2019-01-25 OCamldoc "OCaml library" .SH NAME Ephemeron.K2.MakeSeeded \- Functor building an implementation of a weak hash table. .SH Module Module Ephemeron.K2.MakeSeeded .SH Documentation .sp Module .BI "MakeSeeded" : .B functor (H1 : Hashtbl.SeededHashedType) (H2 : Hashtbl.SeededHashedType) -> .B sig end .sp Functor building an implementation of a weak hash table\&. The seed is similar to the one of .B Hashtbl\&.MakeSeeded \&. .sp .B "Parameters:" .sp "H1" .B Hashtbl.SeededHashedType .sp "H2" .B Hashtbl.SeededHashedType .sp .sp .I include Hashtbl.SeededS .sp .sp .I val clean : .B 'a t -> unit .sp remove all dead bindings\&. Done automatically during automatic resizing\&. .sp .I val stats_alive : .B 'a t -> Hashtbl.statistics .sp same as .B Hashtbl\&.SeededS\&.stats but only count the alive bindings .sp