Result

Members

Functions

opApply
int opApply(int delegate(Row) dg)

Support foreach loops, the first version with just the row, and the second also providing the index of the row.

Variables

currentRangeIndex
int currentRangeIndex;

Make result satisfy the IsInputRange constraints so we can use it with functions like map, each, ...

Meta