Function 関数

NSMakeRange(_:_:)

Creates a new NSRange from the specified values. 新しいNSRangeをこの指定された値から作成します。

Declaration 宣言

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

Return Value 戻り値

An NSRange with location location and length length. あるNSRange、位置locationと長さlengthを持ちます。

See Also 参照

Managing Ranges 範囲を管理する