reverseText

Undocumented in source. Be warned that the author may not have intended to support it.
reverseText
(
string fmt = "%s"
T
)
(
T val
)

Examples

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

Meta