Skip to main content

LIST_GET_OR

Constant LIST_GET_OR 

Source
pub const LIST_GET_OR: u8 = 0x82;
Expand description

LIST_GET + UNWRAP_OR fused: pop index, pop list, push value or default. Format: const_idx:u16 (default value from constants pool). Equivalent to: LIST_GET, LOAD_CONST idx, UNWRAP_OR.