import std.conv : text; assert(monospaceText!"Test %s"(3).text == "\x11Test 3\x11");
See Implementation