Skip to main content

rt_hash

Function rt_hash 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn rt_hash( argv: *const Value, pairs: u64, ) -> Value
Expand description

ยงSafety

argv must reference pairs * 2 readable values, and that multiplication must fit in u64.