package exh.util operator fun StringBuilder.plusAssign(other: String) { append(other) }