toLower.toLower

Undocumented in source.
  1. enum toLower;
  2. enum toLower;
  3. enum toLower;
  4. 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] ~ toLower!(str[1..$]);
  5. enum toLower;

Meta