Can you fast enumerate a NSIndexSet? if not, what\'s the best way to enumerate the items in the set?
NSIndexSet
Short answer: no. NSIndexSet does not conform to the protocol.