On Jul 22, 2010, at 1:10 PM, Quincey Morris wrote: > id _id; > > for (_id in array) { > } > > if (_id) > { > }
If I use this to go backward through the array: for (_id in [array reverseObjectEnumerator]) { } ...is it still considered 'fast' enumeration? -Jon _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com