plusAssign
inline operator fun <T> MutableCollection<in T>.plusAssign(
element: T)
Adds the specified element to this mutable collection.
inline operator fun <T> MutableCollection<in T>.plusAssign(
elements: Iterable<T>)
Adds all elements of the given 登录查看完整内容