Enhanced C#
Language of your choice: library documentation
|
An immutable set that supports numerous set operations. More...
An immutable set that supports numerous set operations.
T | Type of items in the set |
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) |