[][src]Function croaring_sys_mw::roaring_bitmap_flip_inplace

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: [range_start, range_end). The number of negated values is range_end - range_start. Areas outside the range are passed through unchanged.