Struct Array
Represents Value as array
struct Array
;
Actually it is a reference to the cell value of the answer table
Fields
Name | Type | Description |
---|---|---|
ap
|
immutable(ArrayProperties) |
Methods
Name | Description |
---|---|
getValue
()
|
Returns Value struct Useful for multidimensional arrays |
isNULL
()
|
Value NULL checking |
length
()
|
Returns number of elements in array Useful for one-dimensional arrays |
opIndex
(n)
|
Returns Value struct by index Useful for one-dimensional arrays |