open fun getArray(index: Int): TomlArray!
Get an array 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 an array.
TomlInvalidTypeException
Return TomlArray!: The value.