formatCharToEndian.formatCharToEndian

Undocumented in source.
  1. enum formatCharToEndian;
    template formatCharToEndian(char c)
    static if(c == '<')
    enum formatCharToEndian = ByteOrder.LittleEndian;
  2. enum formatCharToEndian;
  3. enum formatCharToEndian;
  4. enum formatCharToEndian;

Meta