pub extern "C" fn jit_array_push_elem( array_bits: u64, value_bits: u64, ) -> u64
Push single element onto array (returns new array with element appended) Used by ArrayPush opcode in list comprehensions