unDecorateComment

Removes "decoration" such as leading whitespace, leading + and * characters, and places the result into the given output range

void
unDecorateComment
(
T
)
(
string comment
,
auto ref T outputRange
)
if (
isOutputRange!(T, string)
)

Meta