Contents

NSMakeRange(_:_:)

Creates a new NSRange from the specified values.

Declaration

func NSMakeRange(_ loc: Int, _ len: Int) -> NSRange

Return Value

An NSRange with location location and length length.

See Also

Managing ranges