Add(T item, bool replaceIfPresent) | Loyc.Collections.MSet< T > | inline |
Add(T item) | Loyc.Collections.MSet< T > | inline |
AddOrFind(ref T item, bool replaceIfPresent) | Loyc.Collections.MSet< T > | inline |
AddRange(IEnumerable< T > items) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
AddUnique(T item) | Loyc.Collections.MSet< T > | inline |
AsImmutable() (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Clear() (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Clone() | Loyc.Collections.MSet< T > | inlinevirtual |
Comparer (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | |
Contains(T item) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
CopyTo(T[] array, int arrayIndex) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Count (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | |
CountMemory(int sizeOfT) | Loyc.Collections.MSet< T > | inline |
Equals(object obj) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Except(Set< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Except(MSet< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Except(IEnumerable< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< 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 > | |
ExceptWith(IEnumerable< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
ExceptWith(Set< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
ExceptWith(MSet< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Find(ref T item) | Loyc.Collections.MSet< T > | inline |
FrozenInternalSet (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | |
GetEnumerator() (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
GetHashCode() (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Intersect(Set< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Intersect(MSet< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Intersect(IEnumerable< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< 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 > | |
IntersectWith(IEnumerable< T > other) | Loyc.Collections.MSet< T > | inline |
IntersectWith(Set< T > other) | Loyc.Collections.MSet< T > | inline |
IntersectWith(MSet< T > other) | Loyc.Collections.MSet< T > | inline |
IntersectWith(ISet< T > other) | Loyc.Collections.MSet< T > | inline |
IsEmpty (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | |
IsProperSubsetOf(Set< T > other) | Loyc.Collections.MSet< T > | inline |
IsProperSubsetOf(MSet< T > other) | Loyc.Collections.MSet< T > | inline |
IsProperSubsetOf(ISet< T > other) | Loyc.Collections.MSet< T > | inline |
IsProperSubsetOf(IEnumerable< T > other) | Loyc.Collections.MSet< T > | inline |
IsProperSupersetOf(Set< T > other) | Loyc.Collections.MSet< T > | inline |
IsProperSupersetOf(MSet< T > other) | Loyc.Collections.MSet< T > | inline |
IsProperSupersetOf(ISet< T > other) | Loyc.Collections.MSet< T > | inline |
IsProperSupersetOf(IEnumerable< T > other) | Loyc.Collections.MSet< T > | inline |
IsReadOnly (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | |
IsSubsetOf(IEnumerable< T > other) | Loyc.Collections.MSet< T > | inline |
IsSubsetOf(Set< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
IsSubsetOf(MSet< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
IsSubsetOf(ISet< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
IsSupersetOf(IEnumerable< T > other) | Loyc.Collections.MSet< T > | inline |
IsSupersetOf(Set< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
IsSupersetOf(MSet< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
MSet() (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
MSet(IEnumerable< T > copy) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
MSet(IEnumerable< T > copy, IEqualityComparer< T > comparer) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
MSet(IEqualityComparer< T > comparer) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
MSet(InternalSet< T > set, IEqualityComparer< T > comparer) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
operator Set< T >(MSet< T > a) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlineexplicitstatic |
operator&(MSet< T > a, MSet< T > b) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlinestatic |
operator&(MSet< T > a, Set< T > b) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlinestatic |
operator+(T item, MSet< T > a) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlinestatic |
operator+(MSet< T > a, T item) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlinestatic |
operator-(MSet< T > a, MSet< T > b) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlinestatic |
operator-(MSet< T > a, Set< T > b) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlinestatic |
operator-(MSet< T > a, T item) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlinestatic |
operator^(MSet< T > a, MSet< T > b) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlinestatic |
operator^(MSet< T > a, Set< T > b) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlinestatic |
operator^(MSet< T > a, T item) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlinestatic |
operator|(MSet< T > a, MSet< T > b) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlinestatic |
operator|(MSet< T > a, Set< T > b) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inlinestatic |
Overlaps(IEnumerable< T > other) | Loyc.Collections.MSet< T > | inline |
Overlaps(Set< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Overlaps(MSet< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Remove(T item) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Remove(ref T item) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
RemoveWhere(Predicate< T > match) | Loyc.Collections.MSet< T > | inline |
SetEquals(Set< T > other) | Loyc.Collections.MSet< T > | inline |
SetEquals(MSet< T > other) | Loyc.Collections.MSet< T > | inline |
SetEquals(ISet< T > other) | Loyc.Collections.MSet< T > | inline |
SetEquals(IEnumerable< T > other) | Loyc.Collections.MSet< T > | inline |
SymmetricExceptWith(IEnumerable< T > other) | Loyc.Collections.MSet< T > | inline |
SymmetricExceptWith(IEnumerable< T > other, bool xorDuplicates) | Loyc.Collections.MSet< T > | inline |
SymmetricExceptWith(Set< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
SymmetricExceptWith(MSet< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
ThawRoot() (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Toggle(T item) | Loyc.Collections.MSet< T > | inline |
Union(Set< T > other, bool replaceWithValuesFromOther=false) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Union(MSet< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Union(MSet< T > other, bool replaceWithValuesFromOther) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Union(IEnumerable< T > other, bool replaceWithValuesFromOther=false) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< 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 > | |
UnionWith(IEnumerable< T > other, bool replaceIfPresent=false) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
UnionWith(Set< T > other, bool replaceIfPresent=false) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
UnionWith(MSet< T > other, bool replaceIfPresent=false) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
With(T item) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Without(T item) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Xor(Set< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Xor(MSet< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< T > | inline |
Xor(IEnumerable< T > other) (defined in Loyc.Collections.MSet< T >) | Loyc.Collections.MSet< 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 > | |