open fun getBoolean(index: Int): Boolean
Get a boolean 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 Boolean: The value.