Skip to main content

MATCH_UNWRAP

Constant MATCH_UNWRAP 

Source
pub const MATCH_UNWRAP: u8 = 0x72;
Expand description

Peek top: if not wrapper of kind, ip += fail_offset. If matches, replace top with inner value (unwrap in-place). kind: 0=Ok, 1=Err, 2=Some.