isAnyShiftingNeighbourhood.isAnyShiftingNeighbourhood

Undocumented in source.
  1. enum isAnyShiftingNeighbourhood;
    template isAnyShiftingNeighbourhood(T)
    static if(hasDimension!T)
    enum isAnyShiftingNeighbourhood = isShiftingNeighbourhood!(T, T.Dimension);
  2. enum isAnyShiftingNeighbourhood;

Meta