Function croaring_sys::roaring_bitmap_from_range [] [src]

pub unsafe extern "C" fn roaring_bitmap_from_range(
    min: u32,
    max: u32,
    step: u32
) -> *mut roaring_bitmap_t

Add all the values between min (included) and max (excluded) that are at a distance k*step from min.