Array Type - Array<T>
Scheduled for release in Kipper v0.12.0
The Array<T>
data type is a unique data type, as it does not represent itself a
value, but rather a sequence of multiple values. As a result of that an array has also a length and
an index for each item, which you may use to access them using the following syntax: