Tarun Kumar Total Post:107 Points:535 Posted by Tarun Kumar July-23-2015 0:43 AM iPhone Ios Objective C iPhone 1 Answer(s) 713 View(s) Ratings: Rate this:
Tarun Kumar Post:107 Points:535 Whats fast enumeration? Posted on 2 years ago Fast enumeration is a language feature that allows you to enumerate over the contents of a collection.(Your code will also run faster because the internal implementation reducesmessage send overhead and increases pipelining potential.)
Post:107
Points:535Whats fast enumeration?
Fast enumeration is a language feature that allows you to enumerate over the contents of a collection.
(Your code will also run faster because the internal implementation reduces
message send overhead and increases pipelining potential.)