tango ~master (2025-06-29T14:40:56.0544651)
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.