include Stdlib.Hashtbl.SeededS with type key = H.t
type key = H.tval create : ?random:bool -> int -> 'a tval clear : 'a t -> unitval reset : 'a t -> unitval length : 'a t -> intval stats : 'a t -> Stdlib.Hashtbl.statisticsval to_seq : 'a t -> (key * 'a) Stdlib.Seq.t- since
- 4.07
val to_seq_keys : _ t -> key Stdlib.Seq.t- since
- 4.07
val to_seq_values : 'a t -> 'a Stdlib.Seq.t- since
- 4.07
val add_seq : 'a t -> (key * 'a) Stdlib.Seq.t -> unit- since
- 4.07
val replace_seq : 'a t -> (key * 'a) Stdlib.Seq.t -> unit- since
- 4.07
val of_seq : (key * 'a) Stdlib.Seq.t -> 'a t- since
- 4.07
val clean : 'a t -> unitremove all dead bindings. Done automatically during automatic resizing.
val stats_alive : 'a t -> Stdlib.Hashtbl.statisticssame as Hashtbl.SeededS.stats but only count the alive bindings