Arrays
An array is a collection of values which are stored contiguously.
Arrays are indexable, and may grow and shrink in size. The functions supported for arrays are listed as follows:
Syntactic sugar
{{#include ../../../arc-lang/examples/arrays.arc:example}}