QuotedPrintable.encode

Undocumented in source.
struct QuotedPrintable
pure nothrow
string
encode
(
const char[] str
)
out (result) { if (result != null) { assert (result[$ - 1] == '\0'); } }

Meta