pub unsafe extern "C" fn roaring_bitmap_is_strict_subset(
r1: *const roaring_bitmap_t,
r2: *const roaring_bitmap_t,
) -> boolExpand description
Return true if all the elements of r1 are also in r2, and r2 is strictly greater than r1.
pub unsafe extern "C" fn roaring_bitmap_is_strict_subset(
r1: *const roaring_bitmap_t,
r2: *const roaring_bitmap_t,
) -> boolReturn true if all the elements of r1 are also in r2, and r2 is strictly greater than r1.