formatCharToEndian.formatCharToEndian

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

Meta