pub const UNWRAP_RESULT_OR: u8 = 0x7D;
Inline Result.withDefault: pop default, pop result → push inner or default. Stack: [result, default] → [value] If result is Ok → push unwrapped inner value. If result is Err → push default.