pub unsafe extern "C" fn roaring_bitmap_intersect_with_range(
    bm: *const roaring_bitmap_t,
    x: u64,
    y: u64
) -> bool
Expand description

Check whether a bitmap and a closed range intersect.