fluid ~master (2025-03-22T14:27:06.5478146)
Dub
Repo
Stack.push
fluid
future
stack
Stack
Add an item to the stack.
struct
Stack
(T)
void
push
(
T
item
)
Parameters
item
T
Item to add to the top of the stack.
Meta
Source
See Implementation
fluid
future
stack
Stack
aliases
back
removeBack
constructors
this
destructors
~this
functions
clear
empty
opIndex
opOpAssign
pop
push
top
static functions
resetNodeCount
totalNodeCount
Add an item to the stack.