verbatimWrap

Like std.string.wrap, but preserves whitespace at line start and between (non-wrapped) words.

string
verbatimWrap
(
string s
,
size_t columns = 80
,
string firstIndent = null
,
string indent = null
,
size_t tabWidth = 8
)

Meta