- 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.