Method ADT.Set()->`-()
- Method `-
this_program res = ADT.Set() - other
- Description
Difference. The expression 'A - B', where A and B are sets, returns all elements in A that are not also present in B.
this_program res = ADT.Set() - other
Difference. The expression 'A - B', where A and B are sets, returns all elements in A that are not also present in B.