struct NSIndexSetIterator
s10Foundation18NSIndexSetIteratorV
1X47F
import Foundation
protocol IteratorProtocol<Element>
A type that supplies the values of a sequence one at a time.
mutating func next() -> NSIndexSetIterator.Element?
typealias Element = Int