toLower.toLower

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

Meta