nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
VectorImpl.clear
nulib
collections
vector
VectorImpl
Clears the vector, removing all elements from it.
struct
VectorImpl
(T, bool ownsMemory = true)
@
nogc
@
safe
void
clear
(
)
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
Clears the vector, removing all elements from it.