toml / org.apache.tuweni.toml / TomlPosition / positionAt

positionAt

static fun positionAt(line: Int, column: Int): TomlPosition (source)

Create a position.

Parameters

line - The line.

column - The column.

Return
A position.