fluid ~master (2025-03-22T14:27:06.5478146)
Dub
Repo
Stack.pop
fluid
future
stack
Stack
Remove the item at the top of the stack.
struct
Stack
(T)
T
pop
(
)
in (!empty, "`pop` cannot operate on an empty stack")
Return Value
Type:
T
The item that was removed.
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
Remove the item at the top of the stack.