mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 19:55:31 -05:00
add @since for delete_all
This commit is contained in:
parent
dcd975ce85
commit
4e9eeb50e5
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@ module type S = sig
|
||||||
|
|
||||||
val delete_all : (elt -> elt -> bool) -> elt -> t -> t
|
val delete_all : (elt -> elt -> bool) -> elt -> t -> t
|
||||||
(** Delete value if it exist in the heap.
|
(** Delete value if it exist in the heap.
|
||||||
[delete_all eq x h], use [eq] to find all [x] in [h] and delete them *)
|
[delete_all eq x h], use [eq] to find all [x] in [h] and delete them
|
||||||
|
@since NEXT_RELEASE *)
|
||||||
|
|
||||||
val iter : (elt -> unit) -> t -> unit
|
val iter : (elt -> unit) -> t -> unit
|
||||||
(** Iterate on elements *)
|
(** Iterate on elements *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue