|
Enhanced C#
Language of your choice: 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. |
| SetT | Type of the set itself. |
Additional Inherited Members | |
Public Member Functions inherited from Loyc.Collections.ISetOperations< in T, in InSetT, out OutSetT > | |
| 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