update docs

This commit is contained in:
猗露 2025-01-30 09:37:57 +08:00
parent 18ffdd707b
commit 765a8da876
2 changed files with 2 additions and 2 deletions

View file

@ -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].

View file

@ -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].