mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
doc: add missing @since
This commit is contained in:
parent
9643ee94a9
commit
587e445308
1 changed files with 2 additions and 1 deletions
|
|
@ -241,7 +241,8 @@ val remove_and_shift : ('a, rw) t -> int -> unit
|
|||
(** [remove_and_shift v i] remove the [i-th] element from [v].
|
||||
Move elements that are after the [i-th] in [v].
|
||||
Preserve the order of the elements in [v].
|
||||
See {!remove_unordered} for constant time function. *)
|
||||
See {!remove_unordered} for constant time function.
|
||||
@since 3.0 *)
|
||||
|
||||
val remove_unordered : ('a, rw) t -> int -> unit
|
||||
(** [remove_unordered v i] remove the [i-th] element from [v].
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue