Lattice.iterate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void iterate(Ct delegate(Ct, Ct[], Coord) )
  2. void iterate(Ct delegate(Ct, Ct[], Coord) )
    struct Lattice(Ct, uint N, neighbourhood = Neighbourhood!N)
    void
    iterate
    (
    Ct delegate
    (
    Ct
    ,
    Ct[]
    ,)
    )
    if (
    isNeighbourhood!(neighbourhood, N)
    )

Meta