public void unDecorateComment(T)(string comment, auto ref T outputRange) if(isOutputRange!(T, string))
in { assert (comment.length >= 3); }