gamma ~master (2021-10-12T13:52:47Z)
Dub
Repo
Stack
epsilon
soag
listacks
Undocumented in source.
struct
Stack {
int
Top
;
StackList
Elem
;
}
Members
Variables
Elem
StackList
Elem
;
Undocumented in source.
Top
int
Top
;
Undocumented in source.
Meta
Source
See Implementation
epsilon
soag
listacks
aliases
DataType
StackList
functions
Expand
IsEmpty
New
Pop
Push
Reset
Top
TopPop
structs
Stack
variables
emptyStack
firstStackElem