nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
VectorImpl.removeAt
nulib
collections
vector
VectorImpl
Removes the elements at the given index with the given element count.
void
removeAt
(size_t i)
void
removeAt
(size_t i, size_t count)
struct
VectorImpl
(T, bool ownsMemory = true)
@
nogc
void
removeAt
(
size_t
i
,
size_t
count
)
Meta
Source
See Implementation
nulib
collections
vector
VectorImpl
constructors
this
destructors
~this
functions
clear
flipEndian
insert
opOpAssign
popBack
popFront
remove
removeAt
reserve
resize
reverse
take
properties
back
capacity
empty
front
length
ptr
usage
value
Removes the elements at the given index with the given element count.