Function croaring_sys::roaring64_bitmap_flip_closed

source ยท
pub unsafe extern "C" fn roaring64_bitmap_flip_closed(
    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 + 1. Areas outside the range are passed through unchanged.