Skip to main content

Stack

Type Alias Stack 

Source
pub type Stack = *mut u64;
Expand description

Stack: A pointer to the current position in a contiguous array of u64.