Namespace OmegaEngine.Collections
Specialized collection types supplementing
Classes
- Pool<T>
A very fast pseudo-collection (it does not implement IEnumerable<T>) that supports fast adding at the beginning.
Interfaces
- IPoolable<T>
An interface items must implement to be addable to Pool<T>. Poolable items directly store a reference to their successor.