italicText

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

Examples

import std.conv : text;
assert(italicText!"Test %s"(3).text == "\x1DTest 3\x1D");

Meta