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.

  1. int opApply(int delegate(Row) dg)
    struct Result
    int
    opApply
    (
    int delegate
    ()
    dg
    )
  2. int opApply(int delegate(int, Row) dg)

Meta