NSMaxRange(_:)
Returns the sum of the location and length of the range.
Declaration
func NSMaxRange(_ range: NSRange) -> IntReturn Value
The sum of the location and length of the range—that is, range.location + range.length.
Returns the sum of the location and length of the range.
func NSMaxRange(_ range: NSRange) -> IntThe sum of the location and length of the range—that is, range.location + range.length.