pub unsafe extern "C" fn roaring_bitmap_is_empty(
    r: *const roaring_bitmap_t
) -> bool
Expand description

Returns true if the bitmap is empty (cardinality is zero).