open fun getLong(index: Int): Long
Get a long 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 long.
TomlInvalidTypeException
Return Long: The value.