underlinedText

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

Examples

import std.conv : text;
assert(underlinedText!"Test %s"(3).text == "\x1FTest 3\x1F");

Meta