Definitions for "Array Type" Add To Word List
Login or Register  | Word Lists | Search History

A value of an array type consists of components which are all of the same subtype (and hence, of the same type). Each component is uniquely distinguished by an index (for a one-dimensional array) or by a sequence of indices (for a multidimensional array). Each index must be a value of a discrete type and must lie in the correct index range.
Helpful?           0
an aggregate type whose instances are of fixed size and are ordered
Helpful?           0
an open type if and only if its element type is an open type
Helpful?           0
a subtype of another type in the following cases
Helpful?           0
a supertype of another type, if the other type is a subtype of it
Helpful?           0
An array type is a composite type whose components are all of the same type. Components are selected by indexing.
Helpful?           0