uMod.Collections
Types
BaseDictionary<TKey,TValue>- Generic dictionary to use as a basis for other dictionary implementations
ByRefCollection<TValue>- A wrapper for a collection reference
ByRefDictionary<TKey,TValue>- A wrapper for a dictionary reference
ByRefPooledCollection<TValue>- A wrapper for a collection reference with additional callbacks to handle pooling
ConcurrentHashSet<T>- A partially thread-safe HashSet (iterating is not thread-safe)
Hash<TKey,TValue>- A dictionary which returns null for non-existent keys and removes keys when setting an index to null.
PoolQueue