include Stdlib.Hashtbl.S with type key = H1.t * H2.t
val create : int -> 'a tval clear : 'a t -> unitval reset : 'a t -> unit- since
- 4.00.0
val length : 'a t -> intval stats : 'a t -> Stdlib.Hashtbl.statistics- since
- 4.00.0
val 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