Table of Contents

Namespace ToolBuddy.Pooling.Collections

Structs

SubArrayList<T>

A class that simulates very minimal features of a List, but using a SubArray<T> instead of an Array as a storage

SubArray<T>

A struct that helps you use a part of an array.