Skip to main content

jit_array_push_elem

Function jit_array_push_elem 

Source
pub extern "C" fn jit_array_push_elem(
    array_bits: u64,
    value_bits: u64,
) -> u64
Expand description

Push single element onto array (returns new array with element appended) Used by ArrayPush opcode in list comprehensions