Tag Archives: GeneratorOf

Swift Standard Library: Generators, Sequences and Collections

A large part of the Swift Standard Library is concerned with Generators, Sequences and Collections and functions that operate on them, so it’s pretty important to have a good understanding of them. Generators A Generator is anything that conforms to … Continue reading

Posted in Swift, Swift Standard Library, Tutorial | Tagged , , , , | Leave a comment