| _DeleteExisting_(ref Node slots, int i, T item) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| _IgnoreExisting_(ref Node slots, int i, T item) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| _ReplaceExisting_(ref Node slots, int i, T item) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| _root (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | |
| _setOperationEnumerator (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | static |
| Add(ref T item, IEqualityComparer< T > comparer, bool replaceIfPresent) | Loyc.Collections.Impl.InternalSet< T > | inline |
| AddIfNotPresent (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | static |
| AddOrRemove(ref Node slots, ref T item, uint hc, IEqualityComparer< T > comparer, OnFoundExisting mode) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| AddOrReplace (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | static |
| Adj(int i, int n) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| BitsPerLevel (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | |
| Clear() (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| CloneFreeze() | Loyc.Collections.Impl.InternalSet< T > | inline |
| Contains(T item, IEqualityComparer< T > comparer) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| CopyTo(T[] array, int arrayIndex) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| Count() (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| CounterPerChild (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | |
| CountMemory(int sizeOfT) | Loyc.Collections.Impl.InternalSet< T > | inline |
| CountMemory(int sizeOfT, out InternalSetStats stats) | Loyc.Collections.Impl.InternalSet< T > | inline |
| DefaultComparer | Loyc.Collections.Impl.InternalSet< T > | static |
| Empty | Loyc.Collections.Impl.InternalSet< T > | static |
| Equals(T value, ref T item, IEqualityComparer< T > comparer) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| ExceptWith(IEnumerable< T > other, IEqualityComparer< T > thisComparer) | Loyc.Collections.Impl.InternalSet< T > | inline |
| ExceptWith(InternalSet< T > other, IEqualityComparer< T > thisComparer) | Loyc.Collections.Impl.InternalSet< T > | inline |
| FanOut (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | |
| Find(ref T item, IEqualityComparer< T > comparer) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| FlagMask (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | |
| FrozenEmptyRoot() (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| GetEnumerator() (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| GetEnumerator() (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| GetEnumerator() (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| GetHashCode(T item, IEqualityComparer< T > comparer) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| GetSetHashCode(IEqualityComparer< T > comparer) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| HasRoot (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | |
| InternalSet(IEnumerable< T > list, IEqualityComparer< T > comparer, out int count) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| InternalSet(IEnumerable< T > list, IEqualityComparer< T > comparer) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| IntersectWith(InternalSet< T > other, IEqualityComparer< T > otherComparer) | Loyc.Collections.Impl.InternalSet< T > | inline |
| IntersectWith(ISet< T > other) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| IntersectWith(IEnumerable< T > other, IEqualityComparer< T > comparer) | Loyc.Collections.Impl.InternalSet< T > | inline |
| IsProperSubsetOf(ISet< T > other, int myExactCount) | Loyc.Collections.Impl.InternalSet< T > | inline |
| IsProperSubsetOf(IEnumerable< T > other, IEqualityComparer< T > comparer, int myExactCount) | Loyc.Collections.Impl.InternalSet< T > | inline |
| IsProperSupersetOf(ISet< T > other, IEqualityComparer< T > thisComparer, int myExactCount) | Loyc.Collections.Impl.InternalSet< T > | inline |
| IsProperSupersetOf(IEnumerable< T > other, IEqualityComparer< T > comparer, int myExactCount) | Loyc.Collections.Impl.InternalSet< T > | inline |
| IsRootFrozen (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | |
| IsSubsetOf(ISet< T > other, int myMinCount) | Loyc.Collections.Impl.InternalSet< T > | inline |
| IsSubsetOf(InternalSet< T > other, IEqualityComparer< T > otherComparer) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| IsSubsetOf(IEnumerable< T > other, IEqualityComparer< T > comparer, int myMinCount=0) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| IsSupersetOf(IEnumerable< T > other, IEqualityComparer< T > thisComparer, int myMaxCount=int.MaxValue) | Loyc.Collections.Impl.InternalSet< T > | inline |
| IsSupersetOf(InternalSet< T > other, IEqualityComparer< T > thisComparer) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| Mask (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | |
| MaxDepth (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | |
| OnFoundExisting(ref Node slots, int i, T item) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | |
| OnFoundInOverflow(ref Node slots, int i, ref T item, OnFoundExisting mode, T existing) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| OverflowFlag (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | |
| Overlaps(IEnumerable< T > other, IEqualityComparer< T > thisComparer) | Loyc.Collections.Impl.InternalSet< T > | inline |
| Overlaps(InternalSet< T > other, IEqualityComparer< T > thisComparer) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| PropagateFrozenFlag(Node parent, Node child) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| Remove(ref T item, IEqualityComparer< T > comparer) | Loyc.Collections.Impl.InternalSet< T > | inline |
| RemoveMode (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | static |
| ReplaceChild(ref Node slots, int iHome, Node newChild) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| SelectBucketToSpill(Node slots, int i0, IEqualityComparer< T > comparer) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| SetEquals(ISet< T > other, int myExactCount) | Loyc.Collections.Impl.InternalSet< T > | inline |
| SetEquals(IEnumerable< T > other, IEqualityComparer< T > comparer, int myExactCount) | Loyc.Collections.Impl.InternalSet< T > | inline |
| SetOperationEnumerator() (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| Spill(Node parent, int i0, IEqualityComparer< T > comparer) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| SymmetricExceptWith(InternalSet< T > other, IEqualityComparer< T > thisComparer) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inline |
| SymmetricExceptWith(IEnumerable< T > other, IEqualityComparer< T > comparer, bool xorDuplicates=true) | Loyc.Collections.Impl.InternalSet< T > | inline |
| Thaw() | Loyc.Collections.Impl.InternalSet< T > | inline |
| TryRemoveChild(ref Node slots, int iHome, Node child) (defined in Loyc.Collections.Impl.InternalSet< T >) | Loyc.Collections.Impl.InternalSet< T > | inlinestatic |
| UnionWith(IEnumerable< T > other, IEqualityComparer< T > thisComparer, bool replaceIfPresent) | Loyc.Collections.Impl.InternalSet< T > | inline |
| UnionWith(InternalSet< T > other, IEqualityComparer< T > thisComparer, bool replaceIfPresent) | Loyc.Collections.Impl.InternalSet< T > | inline |