MeasurementSeries.Rows

Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
Row front()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Row opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Transversal!(const(string[])[], TransverseOptions.assumeNotJagged) opIndex(string key)
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Row
struct Row
Undocumented in source.

Variables

columns
string[] columns;
Undocumented in source.
rows
const(string[])[] rows;
Undocumented in source.

Meta