Function croaring_sys::roaring_bitmap_flip_inplace [] [src]

pub unsafe extern "C" fn roaring_bitmap_flip_inplace(
    x1: *mut roaring_bitmap_t,
    range_start: u64,
    range_end: u64
)

compute (in place) the negation of the roaring bitmap within a specified interval. areas outside the range are passed through unchanged.