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