mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
update docs
This commit is contained in:
parent
18ffdd707b
commit
765a8da876
2 changed files with 2 additions and 2 deletions
|
|
@ -243,7 +243,7 @@ val to_iter : 'a t -> 'a iter
|
|||
val of_iter : 'a iter -> 'a t
|
||||
(** [of_iter iter] builds a array from a given [iter].
|
||||
In the result, elements appear in the same order as they did in the source [iter].
|
||||
@since 3.15 *)
|
||||
@since NEXT_RELEASE *)
|
||||
|
||||
val to_seq : 'a t -> 'a Seq.t
|
||||
(** [to_seq a] returns a [Seq.t] of the elements of an array [a].
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@ val to_iter : 'a t -> 'a iter
|
|||
val of_iter : 'a iter -> 'a t
|
||||
(** [of_iter iter] builds a array from a given [iter].
|
||||
In the result, elements appear in the same order as they did in the source [iter].
|
||||
@since 3.15 *)
|
||||
@since NEXT_RELEASE *)
|
||||
|
||||
val to_seq : 'a t -> 'a Seq.t
|
||||
(** [to_seq a] returns a [Seq.t] of the elements of an array [a].
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue