toml / org.apache.tuweni.toml / TomlArray / inputPositionOf

inputPositionOf

abstract fun inputPositionOf(index: Int): TomlPosition (source)

Get the position where a value is defined in the TOML document.

Parameters

index - The array index.

Exceptions

IndexOutOfBoundsException - If the index is out of bounds.

Return
The input position.