Function 関数

NSUnionRange(_:_:)

Returns the union of the specified ranges. 指定された範囲それらの和集合を返します。

Declaration 宣言

func NSUnionRange(_ range1: NSRange, 
                _ range2: NSRange) -> NSRange

Return Value 戻り値

A range covering all indices in and between range1 and range2. If one range is completely contained in the other, the returned range is equal to the larger range. range1range2の間および中の全てのインデックスを対象とする範囲。一方の範囲が完全に他方の中に含まれるならば、返される範囲は大きい方の範囲です。

See Also 参照

Managing Ranges 範囲を管理する