Row.opApply

foreach iterator over the cells in this row and their indices.

  1. int opApply(int delegate(ref Cell cell) dg)
  2. int opApply(int delegate(ref size_t i, ref Cell cell) dg)
    class Row
    int
    opApply
    (
    scope int delegate
    (
    ref size_t i
    ,)
    dg
    )

Meta