char[] buf = new char[100];buf.formattedWrite("This is a number: %s", 5); // Error cannot put a const(char)[] into a char[]
OK, challenge accepted! buf[0 .. myName.length] = myName[]; // Hey phobos, look, this is easy! But no, of course -- autodecoding. >:( https://issues.dlang.org/show_bug.cgi?id=18790 -Steve
