toml / org.apache.tuweni.toml / TomlArray / get

get

abstract fun get(index: Int): Any (source)

Get a value at a specified index.

Parameters

index - The array index.

Exceptions

IndexOutOfBoundsException - If the index is out of bounds.

Return
The value.