pub unsafe extern "C" fn bitset_container_is_subset(
    container1: *const bitset_container_t,
    container2: *const bitset_container_t
) -> bool
Expand description

Return true if container1 is a subset of container2.