Join Slack
Powered by
Kotlin has `operator fun <T> MutableList<...
# announcements
d
Dico
02/07/2019, 5:44 PM
Kotlin has
operator fun <T> MutableList<in T>.plusAssign(elem: T)
which plays nice with the recipients property.
Open in Slack
Previous
Next