tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
DynArray.remove
rt
gc
cdgc
dynarray
DynArray
Remove the first occurrence of the element x from the array.
struct
DynArray
(T)
bool
remove
(
in
T
x
)
Meta
Source
See Implementation
rt
gc
cdgc
dynarray
DynArray
functions
Invariant
append
capacity
elements_sizeof
free
insert_sorted
length
opIndex
ptr
remove
remove_at
resize
Remove the first occurrence of the element x from the array.