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

get

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

Get a value at a specified index.

Parameters

index - Int: The array index.

Exceptions

IndexOutOfBoundsException - If the index is out of bounds.

Return
Any!: The value.