Enhanced C#
Language of your choice: library documentation
Loyc.Collections.ISetOperations< in in T, SetT > Interface Template Reference

Set-combining operations: With, Without, Union, Intersect, Except, Xor. More...


Source file:

Remarks

Set-combining operations: With, Without, Union, Intersect, Except, Xor.

Template Parameters
TType of items in the set.
SetTType of the set itself.