abstract fun inputPositionOf(index: Int): TomlPosition
Get the position where a value is defined in the TOML document.
index - The array index.
index
IndexOutOfBoundsException - If the index is out of bounds.
IndexOutOfBoundsException
Return The input position.