Skip to main content

VECTOR_GET_OR

Constant VECTOR_GET_OR 

Source
pub const VECTOR_GET_OR: u8 = 0x83;
Expand description

Fused Vector.get + Option.withDefault: pop default, pop index, pop vector → push value. Stack: [vector, index, default] → [value] Combines CALL_BUILTIN(Vector.get) + LOAD_CONST + UNWRAP_OR into one opcode.