TwoDimDenseLattice.iterate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void iterate(Ct delegate(Ct cellState, Ct[] neighbours, int x, int y) rule)
    struct TwoDimDenseLattice(Ct, Nt)
    void
    iterate
    (
    string behaviour
    )
    (
    Ct delegate
    (,,
    int x
    ,
    int y
    )
    rule
    )
    if ()
  2. void iterate(Ct delegate(Ct cellState, Ct[] neighbours, int x, int y) rule)

Meta