Skip to main content

runtime_copy_byte_array

Function runtime_copy_byte_array 

Source
pub extern "C" fn runtime_copy_byte_array(
    src: i64,
    src_off: i64,
    dest: i64,
    dest_off: i64,
    len: i64,
)
Expand description

Copy len bytes between byte arrays: src[src_off..] -> dest[dest_off..]. Used by both copyByteArray# and copyMutableByteArray#.