func NSEqualRanges (NSRange, NSRange) -> Bool
Returns a Boolean value that indicates whether two given ranges are equal.
2つの与えられた範囲が等しいかどうかを指し示すブール値を返します。
func NSIntersectionRange (NSRange, NSRange) -> NSRange
Returns the intersection of the specified ranges.
指定されたそれら範囲の交差を返します。
func NSLocationInRange (Int, NSRange) -> Bool
Returns a Boolean value that indicates whether a specified position is in a given range.
与えられた位置が与えられた範囲の中にあるかどうかを指し示すブール値を返します。
func NSMakeRange (Int, Int) -> NSRange
Creates a new NSRange from the specified values.
新しいNSRangeをこの指定された値から作成します。
func NSMaxRange (NSRange) -> Int
Returns the sum of the location and length of the range.
範囲の位置と長さの合計を返します。
func NSRangeFromString (String) -> NSRange
Returns a range from a textual representation.
あるテキスト表現から範囲を返します。
func NSStringFromRange (NSRange) -> String
Returns a string representation of a range.
ある範囲の文字列表現を返します。
func NSUnionRange (NSRange, NSRange) -> NSRange
Returns the union of the specified ranges.
指定された範囲それらの和集合を返します。