Skip to main content

runtime_compare_byte_arrays

Function runtime_compare_byte_arrays 

Source
pub extern "C" fn runtime_compare_byte_arrays(
    a: i64,
    a_off: i64,
    b: i64,
    b_off: i64,
    len: i64,
) -> i64
Expand description

Compare byte arrays: returns -1, 0, or 1.