Show / Hide Table of Contents

Namespace LiteEntitySystem.Collections

Classes

AVLTree<T>

CircularBuffer<T>

Circular buffer.

When writing to a full buffer: PushBack -> removes this[0] / Front() PushFront -> removes this[Size-1] / Back()

SequenceBinaryHeap<T>

SparseMap<T>

Structs

AVLTree<T>.Enumerator

BitReadOnlySpan

BitSpan

SparseMap<T>.SparseEntry

In this article
Back to top Generated by DocFX