pub unsafe extern "C" fn roaring_bitmap_xor_many(
number: usize,
rs: *mut *const roaring_bitmap_t,
) -> *mut roaring_bitmap_tExpand description
Compute the xor of ‘number’ bitmaps. Caller is responsible for freeing the result.
pub unsafe extern "C" fn roaring_bitmap_xor_many(
number: usize,
rs: *mut *const roaring_bitmap_t,
) -> *mut roaring_bitmap_tCompute the xor of ‘number’ bitmaps. Caller is responsible for freeing the result.