NSMakeRange(_:_:)
Creates a new NSRange from the specified values.
Declaration
func NSMakeRange(_ loc: Int, _ len: Int) -> NSRangeReturn Value
An NSRange with location location and length length.
Creates a new NSRange from the specified values.
func NSMakeRange(_ loc: Int, _ len: Int) -> NSRangeAn NSRange with location location and length length.