Function roaring_bitmap_contains_range_closed

Source
pub unsafe extern "C" fn roaring_bitmap_contains_range_closed(
    r: *const roaring_bitmap_t,
    range_start: u32,
    range_end: u32,
) -> bool
Expand description

Check whether a range of values from range_start (included) to range_end (included) is present