Class Memory

Public

Various utilities for handling arrays and memory.

Public Static Methods

Realloc (arr, newSize, [...])
Rotate3DArray<T> (arr, size, dx, dz)
ShrinkArray<T> (arr, newLength)

Returns a new array with at most length newLength.

Swap<T> (a, b)

Swaps the variables a and b.