pub fn is_empty(_stack: Stack) -> bool
Check if stack is empty (at base pointer) Note: With tagged stack, we need to compare against base, not null