utils ~master (2021-06-25T06:58:32Z)
Dub
Repo
Stack.pop
utils
ds
Stack
pops an item from stack
T
pop
()
class
Stack
(T)
T
pop
(
)
T
[]
pop
(uinteger count)
Return Value
Type:
T
the item poped
Throws
Exception if stack is empty
Meta
Source
See Implementation
utils
ds
Stack
constructors
this
destructors
~this
functions
clear
pop
push
properties
count
pops an item from stack