toLower.toLower

Undocumented in source.
  1. enum toLower;
  2. enum toLower;
    template toLower(string str)
    static if(!(str.length == 0))
    static if(str[0] < 0xAA)
    static if(str[0] < 'A')
    enum toLower = c ~ toLower!(str[1..$]);
  3. enum toLower;
  4. enum toLower;
  5. enum toLower;

Meta