Function croaring_sys::roaring64_bitmap_flip_inplace

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

In-place version of roaring64_bitmap_flip. 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.