value(at:)
Returns the value for the given index.
Declaration
func value(at index: Int) -> Any!Parameters
- index:
The index for the value to be returned.
Discussion
If the index argument is out of bounds, this method raises an exception.
Returns the value for the given index.
func value(at index: Int) -> Any!The index for the value to be returned.
If the index argument is out of bounds, this method raises an exception.