Definition of NSFastEnumeration. Meaning of NSFastEnumeration. Synonyms of NSFastEnumeration

Here you will find one or more explanations in English for the word NSFastEnumeration. Also in the bottom left of the page several parts of wikipedia pages related to the word NSFastEnumeration and, of course, NSFastEnumeration synonyms and on the right images related to the word NSFastEnumeration.

Definition of NSFastEnumeration

No result for NSFastEnumeration. Showing similar results...

Meaning of NSFastEnumeration from wikipedia

- OS X 10.5+ and iPhone OS, dictionary keys can be enumerated more concisely using the NSFastEnumeration construct: for (id key in aDictionary) { // ......
- than standard enumeration because method calls to enumerate over objects are replaced by pointer arithmetic using the NSFastEnumeration protocol. A class...
- Fast enumeration, are supported starting in Objective-C 2.0. They can be used to iterate over any object that implements the NSFastEnumeration protocol...