is_empty

Function is_empty 

Source
pub fn is_empty(_stack: Stack) -> bool
Expand description

Check if stack is empty (at base pointer) Note: With tagged stack, we need to compare against base, not null