nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
StackImpl.opOpAssign
nulib
collections
stack
StackImpl
Append a range to the stack.
void
opOpAssign
(T value)
void
opOpAssign
(T[] other)
struct
StackImpl
(T, bool ownsMemory = true)
@
nogc
@
trusted
void
opOpAssign
(
string
op
= "~"
)
(
T
[]
other
)
Parameters
other
T
[]
the other range to append.
Meta
Source
See Implementation
nulib
collections
stack
StackImpl
destructors
~this
functions
clear
opOpAssign
peek
pop
push
tryPeek
tryPop
properties
capacity
empty
length
values
Append a range to the stack.