unsafe extern "C-unwind" fn revsort_unchecked(
a: *mut f64,
ib: *mut c_int,
n: c_int,
)Expand description
Sort doubles in descending order, carrying along an index array.
ยงParameters
a: Pointer to double array (sorted in place, descending)ib: Pointer to integer array (permuted alongsidea)n: Number of elements Unchecked FFI binding forrevsort. Generated from source location line 3421, column 8. Generated from source fileminiextendr-api/src/ffi.rs.