This is the class for a particular kind of array type, where the entries of each array are some sort of pointer type and the lengths are arbitrary. There are two built-in types, charstarstar (for arrays of strings) and voidstarstar (for arrays of pointers), but more types may be constructed using foreignPointerArrayType.
|
|
|
Foreign pointer arrays may be subscripted using _.
|
|
|
Their lengths may be found using length.
|
They are also iterable.
|
|
|
|
The object ForeignPointerArrayType is a type, with ancestor classes ForeignType < Type < MutableHashTable < HashTable < Thing.