isNil(at:)
Returns a Boolean that indicates whether the element at the index is missing.
Declaration
func isNil(at index: Int) -> BoolParameters
- index:
The location of an element in the column.
Returns a Boolean that indicates whether the element at the index is missing.
func isNil(at index: Int) -> BoolThe location of an element in the column.