ArrayType

Alias This

type

Members

Properties

elementArrayType
Type elementArrayType [@property getter]

Return the element type of an array type.

elementType
Type elementType [@property getter]

Return the element type of an array, complex, or vector type.

numDimensions
size_t numDimensions [@property getter]

Return: Number of dimensions the array consist of

numElements
auto numElements [@property getter]

Return the number of elements of an array or vector type.

Meta