Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
List of all members
Loyc.Collections.ISetImm< T > Interface Template Reference

An immutable set that supports numerous set operations. More...


Source file:
Inheritance diagram for Loyc.Collections.ISetImm< T >:
Loyc.Collections.ISetOperations< in T, in InSetT, out OutSetT > Loyc.Collections.MSet< T > Loyc.Collections.Set< T > Loyc.Collections.Set< T >.Enumerator

Remarks

An immutable set that supports numerous set operations.

Template Parameters
TType 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)