Example of a StaticNeighbourhood
static assert(isNeighbourhood!(StaticNeighbourhood!(2), 2)); static assert(isStaticNeighbourhood!(StaticNeighbourhood!(2), 2)); static assert(isAnyStaticNeighbourhood!(StaticNeighbourhood!(2)));
See Implementation
Example of a StaticNeighbourhood