fluid ~master (2025-03-22T14:27:06.5478146)
Dub
Repo
Stack.top
fluid
future
stack
Stack
struct
Stack
(T)
ref inout
inout
(
T
)
top
(
)
in (!empty, "Nothing is at the top of the stack when it is empty")
Return Value
Type:
inout
(
T
)
The item at the top of this 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