mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
update @since tags
This commit is contained in:
parent
8f5bd27b71
commit
243f81ae88
1 changed files with 2 additions and 2 deletions
|
|
@ -204,13 +204,13 @@ val group : ?eq:('a -> 'a -> bool) -> 'a t -> 'a list t
|
|||
val group_succ_by : ?eq:('a -> 'a -> bool) -> 'a t -> 'a list t
|
||||
(** Group equal consecutive elements.
|
||||
Synonym to {!group}.
|
||||
@since NEXT_RELEASE *)
|
||||
@since 0.6 *)
|
||||
|
||||
val group_by : ?hash:('a -> int) -> ?eq:('a -> 'a -> bool) ->
|
||||
'a t -> 'a list t
|
||||
(** Group equal elements, disregarding their order of appearance.
|
||||
The result sequence is traversable as many times as required.
|
||||
@since NEXT_RELEASE *)
|
||||
@since 0.6 *)
|
||||
|
||||
val uniq : ?eq:('a -> 'a -> bool) -> 'a t -> 'a t
|
||||
(** Remove consecutive duplicate elements. Basically this is
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue