Example of a Neighbourhood
static assert(isNeighbourhood!(Neighbourhood!(2), 2)); static assert(isAnyNeighbourhood!(Neighbourhood!(4)));
See Implementation
Example of a Neighbourhood