func enumerateRanges (in: NSRange, options: NSEnumerationOptions, using: (NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
Enumerates over the ranges in the range of objects using the block
これらオブジェクトの範囲で、このブロックを使って、それら範囲に対して列挙します。
func enumerateRanges (options: NSEnumerationOptions, using: (NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
Executes a given block using each object in the index set, in the specified ranges.
与えられたブロックを、インデックス集合の中の各オブジェクトをこの指定された範囲で使って、実行します。