get

operator fun get(i: Int): Boolean(source)

Gets the boolean value at the specified index.

Return

The boolean value at the specified index.

Parameters

i

The index to retrieve the value from.

Throws

If the index is out of bounds.