Class HashSetExtensions
Provides extension methods for sets.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public static class HashSetExtensions
Methods
Name | Description |
---|---|
ExceptWith<T>(ref NativeHashSet<T>, FixedList128Bytes<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeHashSet<T>, FixedList32Bytes<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeHashSet<T>, FixedList4096Bytes<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeHashSet<T>, FixedList512Bytes<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeHashSet<T>, FixedList64Bytes<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeHashSet<T>, NativeArray<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeHashSet<T>, NativeHashSet<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeHashSet<T>, ReadOnly) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeHashSet<T>, NativeList<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeHashSet<T>, NativeParallelHashSet<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeHashSet<T>, ReadOnly) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeParallelHashSet<T>, FixedList128Bytes<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeParallelHashSet<T>, FixedList32Bytes<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeParallelHashSet<T>, FixedList4096Bytes<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeParallelHashSet<T>, FixedList512Bytes<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeParallelHashSet<T>, FixedList64Bytes<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeParallelHashSet<T>, NativeArray<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeParallelHashSet<T>, NativeHashSet<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeParallelHashSet<T>, ReadOnly) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeParallelHashSet<T>, NativeList<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeParallelHashSet<T>, NativeParallelHashSet<T>) | Removes the values from this set which are also present in another collection. |
ExceptWith<T>(ref NativeParallelHashSet<T>, ReadOnly) | Removes the values from this set which are also present in another collection. |
IntersectWith<T>(ref NativeHashSet<T>, FixedList128Bytes<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeHashSet<T>, FixedList32Bytes<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeHashSet<T>, FixedList4096Bytes<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeHashSet<T>, FixedList512Bytes<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeHashSet<T>, FixedList64Bytes<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeHashSet<T>, NativeArray<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeHashSet<T>, NativeHashSet<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeHashSet<T>, ReadOnly) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeHashSet<T>, NativeList<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeHashSet<T>, NativeParallelHashSet<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeHashSet<T>, ReadOnly) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeParallelHashSet<T>, FixedList128Bytes<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeParallelHashSet<T>, FixedList32Bytes<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeParallelHashSet<T>, FixedList4096Bytes<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeParallelHashSet<T>, FixedList512Bytes<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeParallelHashSet<T>, FixedList64Bytes<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeParallelHashSet<T>, NativeArray<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeParallelHashSet<T>, NativeHashSet<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeParallelHashSet<T>, ReadOnly) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeParallelHashSet<T>, NativeList<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeParallelHashSet<T>, NativeParallelHashSet<T>) | Removes the values from this set which are absent in another collection. |
IntersectWith<T>(ref NativeParallelHashSet<T>, ReadOnly) | Removes the values from this set which are absent in another collection. |
UnionWith<T>(ref NativeHashSet<T>, FixedList128Bytes<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeHashSet<T>, FixedList32Bytes<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeHashSet<T>, FixedList4096Bytes<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeHashSet<T>, FixedList512Bytes<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeHashSet<T>, FixedList64Bytes<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeHashSet<T>, NativeArray<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeHashSet<T>, NativeHashSet<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeHashSet<T>, ReadOnly) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeHashSet<T>, NativeList<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeHashSet<T>, NativeParallelHashSet<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeHashSet<T>, ReadOnly) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeParallelHashSet<T>, FixedList128Bytes<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeParallelHashSet<T>, FixedList32Bytes<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeParallelHashSet<T>, FixedList4096Bytes<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeParallelHashSet<T>, FixedList512Bytes<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeParallelHashSet<T>, FixedList64Bytes<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeParallelHashSet<T>, NativeArray<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeParallelHashSet<T>, NativeHashSet<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeParallelHashSet<T>, ReadOnly) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeParallelHashSet<T>, NativeList<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeParallelHashSet<T>, NativeParallelHashSet<T>) | Adds all values from a collection to this set. |
UnionWith<T>(ref NativeParallelHashSet<T>, ReadOnly) | Adds all values from a collection to this set. |