ArrayType

Undocumented in source.

Constructors

this
this(Type type)
Undocumented in source.

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.

size
long size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

type
Type type;
Undocumented in source.

Meta