insertArray

expect fun insertArray(index: Int, value: Array?): MutableArray(source)

Inserts an Array object at the given index.

Return

The self object

Parameters

index

the index. This value must not exceed the bounds of the array.

value

the Array object

actual fun insertArray(index: Int, value: Array?): MutableArray(source)
actual fun insertArray(index: Int, value: Array?): MutableArray(source)