getArray

expect open override fun getArray(index: Int): MutableArray?(source)

Gets an Array at the given index. Return null if the value is not an array.

Return

the Array object.

Parameters

index

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

actual open override fun getArray(index: Int): MutableArray?(source)
actual open override fun getArray(index: Int): MutableArray?(source)