Row

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(size_t aLength)
Undocumented in source.
this
this(Row!T source)
Undocumented in source.

Members

Functions

avg
void avg(size_t target, size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
avg
T avg(size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
auto copy()
Undocumented in source. Be warned that the author may not have intended to support it.
delta
T delta(size_t[2] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
delta
void delta(size_t target, size_t[2] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(T initValue)
Undocumented in source. Be warned that the author may not have intended to support it.
max
void max(size_t target, size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
max
T max(size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
min
void min(size_t target, size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
min
T min(size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T value, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
sum
void sum(size_t target, size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
sum
T sum(size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
value
void value(T val)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
size_t width [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
auto width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cells
T[] cells;
Undocumented in source.
status
RowStatus status;
Undocumented in source.

Meta