formatCharToEndian.formatCharToEndian

Undocumented in source.
  1. enum formatCharToEndian;
  2. enum formatCharToEndian;
  3. enum formatCharToEndian;
  4. enum formatCharToEndian;
    template formatCharToEndian(char c)
    static if(!(c == '<'))
    static if(!(c == '>' || c == '@'))
    static if(!(c == '='))
    enum formatCharToEndian = -1;

Meta