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