addArray

expect fun addArray(value: Array?): MutableArray(source)

Adds an Array object to the end of the array.

Return

The self object

Parameters

value

the Array object

actual fun addArray(value: Array?): MutableArray(source)
actual fun addArray(value: Array?): MutableArray(source)