Type Alias

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: 範囲に関して演算を行うFoundation関数は以下を含みます:

Topics 話題

Managing Ranges 範囲を管理する

Related Types 関連する型