Array

Represents Value as array

Actually it is a reference to the cell value 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

getValueByFlatIndex
immutable(Value) getValueByFlatIndex(size_t n)
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;

Meta