Dynamically allocated (heap) array with fixed length.
TODO Support allocators.
Destruct.
Get element at index i.
Slice support.
Slice assignment support.
Make and return uninitialized array of length.
See Implementation
Dynamically allocated (heap) array with fixed length.
TODO Support allocators.