open fun getTable(index: Int): TomlTable!
Get a table at a specified index.
index - Int: The array index.
index
IndexOutOfBoundsException - If the index is out of bounds.
IndexOutOfBoundsException
TomlInvalidTypeException - If the value is not a table.
TomlInvalidTypeException
Return TomlTable!: The value.