In general good work!

But again phobos makes a simple std.string function unCTFEable.
Now I have to use an ugly hack to achieve something as simple as toUpper:

mixin( (){char[] tmp = "...".dup; toUpperInPlace(tmp); return tmp;}() );
  • ... Stephan
    • ... Walter Bright
      • ... Michel Fortin
        • ... bearophile
  • ... dsimcha
    • ... Walter Bright
      • ... dsimcha
        • ... Walter Bright
          • ... dsimcha
            • ... Walter Bright
  • ... Trass3r
  • ... М и х а и л С т р а ш у н
    • ... Trass3r
    • ... Walter Bright
      • ... Andrej Mitrovic
      • ... Extrawurst
        • ... Andrej Mitrovic

Reply via email to