pub unsafe extern "C" fn roaring_bitmap_flip_closed(
x1: *const roaring_bitmap_t,
range_start: u32,
range_end: u32,
) -> *mut roaring_bitmap_tExpand description
Compute the negation of the bitmap in the interval [range_start, range_end]. The number of negated values is range_end - range_start + 1. Areas outside the range are passed through unchanged.