plusElement

actual inline fun <T> Array<T>.plusElement(element: T): Array<T>(source)

Returns an array containing all elements of the original array and then the given element.

Since Kotlin

1.0