Contents

NSRange

A structure used to describe a portion of a series, such as characters in a string or objects in an array.

Declaration

typealias NSRange = _NSRange

Discussion

Foundation functions that operate on ranges include the following:

Topics

Creating a range

Accessing range properties

Managing ranges

Related types