tuweni / org.apache.tuweni.toml / TomlPosition / positionAt
positionAt
static fun positionAt(line: Int, column: Int): TomlPosition! (source)
Create a position.
Parameters
line - Int: The line.
column - Int: The column.
Return
TomlPosition!: A position.