getArray

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

Gets value at the given index as an Array. Returns null if the value doesn't exist, or its 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): Array?(source)

Gets value at the given index as an Array. Returns null if the value doesn't exist, or its 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): Array?(source)