pub extern "C" fn jit_array_push(
ctx: *mut JITContext,
count: i64,
) -> u64Expand description
Push multiple values onto array (returns new array)
pub extern "C" fn jit_array_push(
ctx: *mut JITContext,
count: i64,
) -> u64Push multiple values onto array (returns new array)