Returns the dimensions of an array, as a sequence of integers. The consequences are undefined if the resulting sequence is modified. This function forms the basis for all the other array operations. Each concrete subclass of <array> must either provide or inherit an implementation of this function.
open
| array | An instance of <array>. |
| sequence | An instance of <sequence>. The elements of this sequence will be instances of <integer>. |
Returns the dimensions of an array, as a sequence of integers. | |
The method on <vector> returns a sequence whose single element is the size of the vector. |
The method on <vector> returns a sequence whose single element is the size of the vector.