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