Stack

Type Alias Stack 

Source
pub type Stack = *mut StackNode;
Expand description

Stack: A pointer to the top of the stack

null represents an empty stack