Array

Link to the cell of the answer table

Constructors

this
this(Value cell)
Undocumented in source.

Alias This

ap

Members

Functions

getValue
immutable(Nullable!Value) getValue(...)

Returns Value struct Useful for multidimensional arrays

isNULL
bool isNULL(...)

Value NULL checking

opIndex
immutable(Nullable!Value) opIndex(int n)

Returns Value struct by index

Variables

ap
ArrayProperties ap;
Undocumented in source.

Meta