tuweni / 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 - Int: The array index.

Exceptions

IndexOutOfBoundsException - If the index is out of bounds.

Return
TomlPosition!: The input position.