_comparer (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | |
_count (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | |
Add(T item) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
AsMutable() (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Clear() (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Comparer (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | |
Contains(T item) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
CopyTo(T[] array, int arrayIndex) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Count (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | |
CountMemory(int sizeOfT) | Loyc.Collections.Set< T > | inline |
Empty (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | static |
Equals(Set< T > rhs) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Equals(object obj) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Except(IEnumerable< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Except(Set< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Except(MSet< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Except(IEnumerable< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Except(InSetT other) (defined in Loyc.Collections.ISetOperations< in T, in InSetT, out OutSetT >) | Loyc.Collections.ISetOperations< in T, in InSetT, out OutSetT > | |
Find(ref T item) | Loyc.Collections.Set< T > | inline |
GetEnumerator() (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
GetEnumerator() (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
GetEnumerator() (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
GetHashCode() (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
InternalSet (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | |
Intersect(IEnumerable< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Intersect(Set< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Intersect(MSet< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Intersect(IEnumerable< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Intersect(InSetT other) (defined in Loyc.Collections.ISetOperations< in T, in InSetT, out OutSetT >) | Loyc.Collections.ISetOperations< in T, in InSetT, out OutSetT > | |
IsEmpty (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | |
IsInverted (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | |
IsProperSubsetOf(Set< T > other) | Loyc.Collections.Set< T > | inline |
IsProperSubsetOf(MSet< T > other) | Loyc.Collections.Set< T > | inline |
IsProperSubsetOf(ISet< T > other) | Loyc.Collections.Set< T > | inline |
IsProperSubsetOf(IEnumerable< T > other) | Loyc.Collections.Set< T > | inline |
IsProperSupersetOf(Set< T > other) | Loyc.Collections.Set< T > | inline |
IsProperSupersetOf(MSet< T > other) | Loyc.Collections.Set< T > | inline |
IsProperSupersetOf(ISet< T > other) | Loyc.Collections.Set< T > | inline |
IsProperSupersetOf(IEnumerable< T > other) | Loyc.Collections.Set< T > | inline |
IsReadOnly (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | |
IsSubsetOf(IEnumerable< T > other) | Loyc.Collections.Set< T > | inline |
IsSubsetOf(Set< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
IsSubsetOf(MSet< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
IsSubsetOf(ISet< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
IsSupersetOf(IEnumerable< T > other) | Loyc.Collections.Set< T > | inline |
IsSupersetOf(Set< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
IsSupersetOf(MSet< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
operator MSet< T >(Set< T > a) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlineexplicitstatic |
operator&(Set< T > a, Set< T > b) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlinestatic |
operator&(Set< T > a, MSet< T > b) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlinestatic |
operator+(T item, Set< T > a) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlinestatic |
operator+(Set< T > a, T item) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlinestatic |
operator-(Set< T > a, Set< T > b) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlinestatic |
operator-(Set< T > a, MSet< T > b) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlinestatic |
operator-(Set< T > a, T item) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlinestatic |
operator^(Set< T > a, Set< T > b) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlinestatic |
operator^(Set< T > a, MSet< T > b) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlinestatic |
operator^(Set< T > a, T item) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlinestatic |
operator|(Set< T > a, Set< T > b) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlinestatic |
operator|(Set< T > a, MSet< T > b) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inlinestatic |
Overlaps(IEnumerable< T > other) | Loyc.Collections.Set< T > | inline |
Overlaps(Set< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Overlaps(MSet< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Remove(T item) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Set(IEnumerable< T > list) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Set(IEqualityComparer< T > comparer) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Set(IEnumerable< T > list, IEqualityComparer< T > comparer) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Set(InternalSet< T > set, IEqualityComparer< T > comparer) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
SetEquals(Set< T > other) | Loyc.Collections.Set< T > | inline |
SetEquals(MSet< T > other) | Loyc.Collections.Set< T > | inline |
SetEquals(ISet< T > other) | Loyc.Collections.Set< T > | inline |
SetEquals(IEnumerable< T > other) | Loyc.Collections.Set< T > | inline |
Union(IEnumerable< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Union(Set< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Union(Set< T > other, bool replaceWithValuesFromOther) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Union(MSet< T > other, bool replaceWithValuesFromOther=false) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Union(IEnumerable< T > other, bool replaceWithValuesFromOther=false) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Union(InSetT other) (defined in Loyc.Collections.ISetOperations< in T, in InSetT, out OutSetT >) | Loyc.Collections.ISetOperations< in T, in InSetT, out OutSetT > | |
Where(Predicate< T > match) | Loyc.Collections.Set< T > | inline |
With(T item) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
With(T item) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Without(T item) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Without(T item) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
WithToggled(T item) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Xor(IEnumerable< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Xor(Set< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Xor(MSet< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Xor(IEnumerable< T > other) (defined in Loyc.Collections.Set< T >) | Loyc.Collections.Set< T > | inline |
Xor(InSetT other) (defined in Loyc.Collections.ISetOperations< in T, in InSetT, out OutSetT >) | Loyc.Collections.ISetOperations< in T, in InSetT, out OutSetT > | |