NeighboursIterator._neighbours

Undocumented in source.
  1. Iterator[2][N] _neighbours;
    struct NeighboursIterator(Iterator, size_t N, alias _fun, bool around)
    @optmath
    static if(N)
    Iterator[2][N] _neighbours;
  2. alias _neighbours = AliasSeq!()

Meta