Method ADT.Set()->superset()
- Method
superset
bool
superset(ADT.Set
other
)- Description
Superset. A >= B returns true if all items in B are also present in A.
bool
superset(ADT.Set
other
)
Superset. A >= B returns true if all items in B are also present in A.