include Stdlib.Hashtbl.S with type key = H.t array
type key = H.t array
val create : int -> 'a t
val clear : 'a t -> unit
val reset : 'a t -> unit
- since
- 4.00.0
val length : 'a t -> int
val 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 -> unit
remove all dead bindings. Done automatically during automatic resizing.
val stats_alive : 'a t -> Stdlib.Hashtbl.statistics
same as Hashtbl.SeededS.stats
but only count the alive bindings