addArray

actual open override fun addArray(value: Array?): MutableArray(source)
expect open override 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 open override 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 open override fun addArray(value: Array?): MutableArray(source)