plus
Returns an array containing all elements of the original array and then the given element.
Since Kotlin
1.0Returns an array containing all elements of the original array and then all elements of the given elements collection.
Since Kotlin
1.0Returns an array containing all elements of the original array and then all elements of the given elements array.