toLower.toLower

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

Meta