get

operator fun TomlTable.get(vararg keys: Any?): TomlElement?(source)

Get value along with path constructed by keys.

Parameters

keys

one for a single path segment.

Throws

NonPrimitiveKeyException

if provide non-primitive key