Result.opApply

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

Row is not sent as a reference.

struct Result
int
opApply
(
int delegate(
Row
)
dg
)

Meta