Tell me what is fast enumeration?



Tell me what is fast enumeration?..

Answer / Tarun Garg

Fast enumeration (for-in loop) in Swift allows iterating over a collection without having to explicitly use `count`, `index` or other array-like methods. The collections that support fast enumeration include arrays, dictionaries, sets, and ranges.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

Explain ios switching applications?

1 Answers  


Describe what “app thinning” means ?

1 Answers  


Define fast enumeration?

1 Answers  


What is the use of 'dynamic' keyword?

1 Answers  


What are the limits of accessibility ?

1 Answers  


What are ui elements and some common ways you can add them to your app?

1 Answers  


What kind of database is realm?

1 Answers  


Is ios 9 still supported by apple?

1 Answers  


What is the difference between copy and retain?

1 Answers  


How to export your private key from your keychain in iphone development?

1 Answers  


What is the difference between let and var in swift?

1 Answers  


What is the difference between viewdidload and viewdidappear?

1 Answers  


Categories