open fun getArray(index: Int): TomlArray
Get an array at a specified index.
index - The array index.
index
IndexOutOfBoundsException - If the index is out of bounds.
IndexOutOfBoundsException
TomlInvalidTypeException - If the value is not an array.
TomlInvalidTypeException
Return The value.