strikethroughText

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

Examples

import std.conv : text;
assert(strikethroughText!"Test %s"(3).text == "\x1ETest 3\x1E");

Meta