Module Hashtbl.ContainerPageSource
Source
val add :
'a Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.key ->
'a ->
unitSource
val remove :
'a Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.key ->
unitSource
val find_opt :
'a Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.key ->
'a optionSource
val find_all :
'a Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.key ->
'a listSource
val replace :
'a Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.key ->
'a ->
unitSource
val iter :
(Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.key -> 'a -> unit) ->
'a Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
unitSource
val filter_map_inplace :
(Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.key -> 'a -> 'a option) ->
'a Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
unitSource
val fold :
(Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.key -> 'a -> 'acc -> 'acc) ->
'a Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
'acc ->
'accSource
val stats :
'a Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
Stdlib.Hashtbl.statisticsSource
val to_seq :
'a Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
(Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.key * 'a) Stdlib.Seq.tSource
val to_seq_keys :
_ Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.key Stdlib.Seq.tSource
val add_seq :
'a Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
(Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.key * 'a) Stdlib.Seq.t ->
unitSource
val replace_seq :
'a Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.t ->
(Odoc_model.Paths.Identifier.Hashtbl.ContainerPage.key * 'a) Stdlib.Seq.t ->
unit