Have you ever wondered how for loops in Swift work under the hood? Or maybe you've wondered what allows you to iterate over sets, arrays, dictionaries, and more?
In this post, we take a deep dive into all of these questions: https://www.donnywals.com/a-deep-dive-into-collections-sequences-and-iterators-in-swift/
