pub unsafe extern "C" fn interleavedBinarySearch(
    array: *const rle16_t,
    lenarray: i32,
    ikey: u16
) -> i32
Expand description

Good old binary search through rle data