I cannot find any string format() method in phobos.
Having to do:
auto a = appender!string();
formattedWrite(a, "", ...);
a.data

seems unnecessary in many cases.

Reply via email to