mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
remove erroneous @since tag in CCList.find_idx
This commit is contained in:
parent
edfadba1ef
commit
c8413080b4
1 changed files with 1 additions and 2 deletions
|
|
@ -99,8 +99,7 @@ val findi : (int -> 'a -> 'b option) -> 'a t -> 'b option
|
|||
|
||||
val find_idx : ('a -> bool) -> 'a t -> (int * 'a) option
|
||||
(** [find p x] returns [Some (i,x)] where [x] is the [i]-th element of [l],
|
||||
and [p x] holds. Otherwise returns [None]
|
||||
@since NEXT_RELEASE *)
|
||||
and [p x] holds. Otherwise returns [None] *)
|
||||
|
||||
val filter_map : ('a -> 'b option) -> 'a t -> 'b t
|
||||
(** Map and remove elements at the same time *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue