import std.conv : text; assert(reverseText!"Test %s"(3).text == "\x16Test 3\x16");
See Implementation