Function croaring_sys::roaring64_bitmap_xor

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

Computes the symmetric difference (xor) between two bitmaps and returns a new bitmap. The caller is responsible for free-ing the result.