First page Back Continue Last page Overview Graphics
Arrays
Arrays contain a collection of objects.
The objects do not have to be of the same type.
Elements are accessible with an index, range, or offset/length pair.
Arrays support set operations as well (e.g. union, intersection, difference).