Function croaring_sys::roaring64_bitmap_flip_closed_inplace

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

In-place version of roaring64_bitmap_flip_closed. Compute the negation of the bitmap in the interval [min, max]. The number of negated values is max - min + 1. Areas outside the range are passed through unchanged.