|
Enhanced C#
Loyc library documentation
|
Set-combining operations: With, Without, Union, Intersect, Except, Xor. More...
Set-combining operations: With, Without, Union, Intersect, Except, Xor.
| T | Type of items in the set. |
| InSetT | Data type of the input sets that you pass to methods of this interface. |
| OutSetT | Data type of the output sets returned from this interface. |
Public Member Functions | |
| OutSetT | With (T item) |
| OutSetT | Without (T item) |
| OutSetT | Union (InSetT other) |
| OutSetT | Intersect (InSetT other) |
| OutSetT | Except (InSetT other) |
| OutSetT | Xor (InSetT other) |
1.8.7