Function croaring_sys::roaring_bitmap_andnot [] [src]

pub unsafe extern "C" fn roaring_bitmap_andnot(
    x1: *const roaring_bitmap_t,
    x2: *const roaring_bitmap_t
) -> *mut roaring_bitmap_t

Computes the difference (andnot) between two bitmaps and returns new bitmap. The caller is responsible for memory management.