ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
Stack.top
ocean
util
container
more
Stack
Stack
struct
Stack
(V, int Size = 0)
V
top
(
)
Return Value
Type:
V
most recent stack element
Throws
StackBoundsException when the stack is full
Meta
Source
See Implementation
ocean
util
container
more
Stack
Stack
aliases
opIndex
opSlice
functions
append
clear
clone
dup
nth
opApply
pop
push
rotateLeft
rotateRight
size
slice
swap
top
unused
templates
opOpAssign