module type SeededS = sig .. endThe output signature of the functor Ephemeron.K1.MakeSeeded and Ephemeron.K2.MakeSeeded.
include Hashtbl.SeededS;
let clean: t('a) => unit;
remove all dead bindings. Done automatically during automatic resizing.
let stats_alive: t('a) => Hashtbl.statistics;
same as Hashtbl.SeededS.stats but only count the alive bindings