plusElement
fun
<
T
>
Array
<
T
>
.
plusElement
(
element
:
T
)
:
Array
<
T
>
(Common source) (JVM source) (Native source)
Returns an array containing all elements of the original array and then the given element .