coordToIndex.coordToIndex

Undocumented in source.
  1. enum coordToIndex;
  2. enum coordToIndex;
  3. enum coordToIndex;
  4. enum coordToIndex;
    template coordToIndex(char c)
    @safe pure nothrow
    static if(!(c == 'w'))
    static if(!(c == 'x'))
    static if(!(c == 'y'))
    static if(c == 'z')
    enum coordToIndex = 3;

Meta