epsilon.soag.listacks

Undocumented in source.

Members

Aliases

DataType
alias DataType = long
Undocumented in source.
StackList
alias StackList = DataType[]
Undocumented in source.

Functions

Expand
void Expand(Stack S)
Undocumented in source. Be warned that the author may not have intended to support it.
IsEmpty
bool IsEmpty(Stack S)
Undocumented in source. Be warned that the author may not have intended to support it.
New
void New(Stack S, int Len)
Undocumented in source. Be warned that the author may not have intended to support it.
Pop
void Pop(Stack S)
Undocumented in source. Be warned that the author may not have intended to support it.
Push
void Push(Stack S, DataType Val)
Undocumented in source. Be warned that the author may not have intended to support it.
Reset
void Reset(Stack S)
Undocumented in source. Be warned that the author may not have intended to support it.
Top
DataType Top(Stack S)
Undocumented in source. Be warned that the author may not have intended to support it.
TopPop
DataType TopPop(Stack S)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Stack
struct Stack
Undocumented in source.

Variables

emptyStack
auto emptyStack;
Undocumented in source.
firstStackElem
auto firstStackElem;
Undocumented in source.

Meta