getBoolean

expect fun getBoolean(index: Int): Boolean(source)

Gets value at the given index as a boolean.

Return

the boolean value.

Parameters

index

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

actual fun getBoolean(index: Int): Boolean(source)
actual fun getBoolean(index: Int): Boolean(source)