This is the class for array types. There are no built-in types. They must be constructed using foreignArrayType.
|
Foreign arrays may be subscripted using _.
|
|
Their lengths may be found using length.
|
They are also iterable.
|
|
|
|
The object ForeignArrayType is a type, with ancestor classes ForeignType < Type < MutableHashTable < HashTable < Thing.