And since we have `infix` functions that cover the...
# language-proposals
a
And since we have
infix
functions that cover the need of new operator overloads, adding
prefix fun HtmlBuilder.emit(content:String)
will kill these weird
+"content"