pub unsafe extern "C" fn roaring_bitmap_andnot(
r1: *const roaring_bitmap_t,
r2: *const roaring_bitmap_t,
) -> *mut roaring_bitmap_tExpand description
Computes the difference (andnot) between two bitmaps and returns new bitmap. Caller is responsible for freeing the result.