Array

Link to the cell of the answer table

Constructors

this
this(Value cell)
Undocumented in source.

Alias This

ap

Members

Functions

getValue
immutable(Value) getValue(...)

Returns Value struct Useful for multidimensional arrays

isNULL
bool isNULL(...)

Value NULL checking

length
size_t length()

Returns number of elements in array Useful for one-dimensional arrays

opIndex
immutable(Value) opIndex(size_t n)

Returns Value struct by index Useful for one-dimensional arrays

opIndex
immutable(Value) opIndex(int n)

Returns Value struct by index Useful for one-dimensional arrays

Variables

ap
ArrayProperties ap;
Undocumented in source.

Meta