Module Hashtbl.Any
type key = Odoc_model.Paths.Identifier.Any.tval create : int -> 'a Odoc_model.Paths.Identifier.Hashtbl.Any.tval clear : 'a Odoc_model.Paths.Identifier.Hashtbl.Any.t -> unitval reset : 'a Odoc_model.Paths.Identifier.Hashtbl.Any.t -> unitval copy :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
'a Odoc_model.Paths.Identifier.Hashtbl.Any.tval add :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
Odoc_model.Paths.Identifier.Hashtbl.Any.key ->
'a ->
unitval remove :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
Odoc_model.Paths.Identifier.Hashtbl.Any.key ->
unitval find :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
Odoc_model.Paths.Identifier.Hashtbl.Any.key ->
'aval find_opt :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
Odoc_model.Paths.Identifier.Hashtbl.Any.key ->
'a optionval find_all :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
Odoc_model.Paths.Identifier.Hashtbl.Any.key ->
'a listval replace :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
Odoc_model.Paths.Identifier.Hashtbl.Any.key ->
'a ->
unitval mem :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
Odoc_model.Paths.Identifier.Hashtbl.Any.key ->
boolval iter :
(Odoc_model.Paths.Identifier.Hashtbl.Any.key -> 'a -> unit) ->
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
unitval filter_map_inplace :
(Odoc_model.Paths.Identifier.Hashtbl.Any.key -> 'a -> 'a option) ->
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
unitval fold :
(Odoc_model.Paths.Identifier.Hashtbl.Any.key -> 'a -> 'acc -> 'acc) ->
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
'acc ->
'accval length : 'a Odoc_model.Paths.Identifier.Hashtbl.Any.t -> intval stats :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
Stdlib.Hashtbl.statisticsval to_seq :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
(Odoc_model.Paths.Identifier.Hashtbl.Any.key * 'a) Stdlib.Seq.tval to_seq_keys :
_ Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
Odoc_model.Paths.Identifier.Hashtbl.Any.key Stdlib.Seq.tval to_seq_values :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
'a Stdlib.Seq.tval add_seq :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
(Odoc_model.Paths.Identifier.Hashtbl.Any.key * 'a) Stdlib.Seq.t ->
unitval replace_seq :
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t ->
(Odoc_model.Paths.Identifier.Hashtbl.Any.key * 'a) Stdlib.Seq.t ->
unitval of_seq :
(Odoc_model.Paths.Identifier.Hashtbl.Any.key * 'a) Stdlib.Seq.t ->
'a Odoc_model.Paths.Identifier.Hashtbl.Any.t