Lattice.iterate

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

Meta