pub unsafe extern "C" fn roaring64_bitmap_flip(
r: *const roaring64_bitmap_t,
min: u64,
max: u64,
) -> *mut roaring64_bitmap_tExpand 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.
The returned pointer may be NULL in case of errors.