Table of Contents

Namespace SwiftCollections.Dimensions

Classes

SwiftArray2D<T>

Represents a flattened 2D array with dynamic resizing and efficient access.

SwiftArray3D<T>

Represents a generic, flattened 3D array with efficient indexing and resizing capabilities. Optimized for use in performance-critical applications like game grids.

SwiftBoolArray2D

Represents a 2D array specifically designed to handle boolean values.

SwiftShortArray2D

Represents a 2D array specifically designed to handle short integer values.