A reusable array that ratchets up in capacity.
Release all memory used.
Append element t to array.
Move the last element from the array into i. Reduce the array length by one.
Set useable length of array.
See Implementation
A reusable array that ratchets up in capacity.