.TH "Ephemeron.K1.MakeSeeded" 3o source: 2019-01-25 OCamldoc "OCaml library" .SH NAME Ephemeron.K1.MakeSeeded \- Functor building an implementation of a weak hash table. .SH Module Module Ephemeron.K1.MakeSeeded .SH Documentation .sp Module .BI "MakeSeeded" : .B functor (H : Hashtbl.SeededHashedType) -> 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 "H" .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