Skip to main content

runtime_clone_boxed_array

Function runtime_clone_boxed_array 

Source
pub extern "C" fn runtime_clone_boxed_array(
    src: i64,
    off: i64,
    len: i64,
) -> i64
Expand description

Clone a sub-range of a boxed array: src[off..off+len].