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