Dynamically allocated (heap) array with fixed length. TODO: Move as many of members as possible to FixedArrayStore.
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: Move as many of members as possible to FixedArrayStore.