isNil(at:)
Returns a Boolean that indicates whether the element at the index is missing.
Declaration
func isNil(at index: Int) -> BoolParameters
- index:
An index.
Returns a Boolean that indicates whether the element at the index is missing.
func isNil(at index: Int) -> BoolAn index.