isAnyStaticNeighbourhood.isAnyStaticNeighbourhood

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

Meta