Neighbourhood

Example of a Neighbourhood

Members

Aliases

Coord
alias Coord = Repeat!(N, int)
Undocumented in source.

Functions

getNeighboursCoordinates
int[N][] getNeighboursCoordinates(Coord )
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Dimension
enum uint Dimension;
Undocumented in source.

Examples

static assert(isNeighbourhood!(Neighbourhood!(2), 2));
static assert(isAnyNeighbourhood!(Neighbourhood!(4)));

Meta