pub unsafe extern "C" fn roaring_bitmap_is_subset(
    r1: *const roaring_bitmap_t,
    r2: *const roaring_bitmap_t
) -> bool
Expand description

Return true if all the elements of r1 are also in r2.