pub unsafe extern "C" fn roaring_bitmap_intersect_with_range(
bm: *const roaring_bitmap_t,
x: u64,
y: u64
) -> boolExpand description
Check whether a bitmap and a closed range intersect.
pub unsafe extern "C" fn roaring_bitmap_intersect_with_range(
bm: *const roaring_bitmap_t,
x: u64,
y: u64
) -> boolCheck whether a bitmap and a closed range intersect.