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