coord_to_index.coord_to_index

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

Meta