indexGreaterThanIndex(_:)
Returns either the closest index in the index set that is greater than a specific index or the not-found indicator.
Declaration
func indexGreaterThanIndex(_ value: Int) -> IntParameters
- value:
Index being inquired about.
Return Value
Closest index in the index set greater than index; NSNotFound when the index set contains no qualifying index.