Kotlin has `operator fun <T> MutableList<...
# announcements
d
Kotlin has
operator fun <T> MutableList<in T>.plusAssign(elem: T)
which plays nice with the recipients property.