Method ADT.Set()->subset()
- Method
subset
boolsubset(ADT.Setother)- Description
Subset. A <= B returns true if all items in A are also present in B.
bool subset(ADT.Set other)
Subset. A <= B returns true if all items in A are also present in B.