nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
StackImpl.clear
nulib
collections
stack
StackImpl
Clears the vector, removing all elements from it.
struct
StackImpl
(T, bool ownsMemory = true)
@
nogc
@
safe
void
clear
(
)
Meta
Source
See Implementation
nulib
collections
stack
StackImpl
destructors
~this
functions
clear
opOpAssign
peek
pop
push
tryPeek
tryPop
properties
capacity
empty
length
values
Clears the vector, removing all elements from it.