Function r_core::r_list_insertion_sort[][src]

pub unsafe extern "C" fn r_list_insertion_sort(
    list: *mut RList,
    cmp: RListComparator
)