Function croaring_sys::roaring64_bitmap_flip

source ยท
pub unsafe extern "C" fn roaring64_bitmap_flip(
    r: *const roaring64_bitmap_t,
    min: u64,
    max: u64
) -> *mut roaring64_bitmap_t
Expand description

Compute the negation of the bitmap in the interval [min, max). The number of negated values is max - min. Areas outside the range are passed through unchanged.