Function croaring_sys::roaring64_bitmap_andnot_inplace

source ยท
pub unsafe extern "C" fn roaring64_bitmap_andnot_inplace(
    r1: *mut roaring64_bitmap_t,
    r2: *const roaring64_bitmap_t
)
Expand description

In-place version of roaring64_bitmap_andnot(), modifies r1. r1 and r2 are not allowed to be equal (that would result in an empty bitmap).