Sequential types represents "arrays" of types. This is a super class for array, vector, and pointer types.
All elements in a sequential type have the same type.
Obtain the address space of a pointer type.
Obtain the number of elements in a vector type.
Obtain the length of an array type.
See Implementation
Sequential types represents "arrays" of types. This is a super class for array, vector, and pointer types.
All elements in a sequential type have the same type.