pub fn is_empty(_stack: *mut StackValue) -> boolExpand description
Check if stack is empty (at base pointer) Note: With tagged stack, we need to compare against base, not null
pub fn is_empty(_stack: *mut StackValue) -> boolCheck if stack is empty (at base pointer) Note: With tagged stack, we need to compare against base, not null