Skip to main content

UNWRAP_RESULT_OR

Constant UNWRAP_RESULT_OR 

Source
pub const UNWRAP_RESULT_OR: u8 = 0x7D;
Expand description

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.