4.1.2: The Iteration Generation
- [FIXED]: Now using
Iterator
instead ofGenerator
in our definition ofdecode
forCollection
s. This was renamed in Swift 3.0, and honestly I'm not positive how this was compiling the way it was.
Iterator
instead of Generator
in our definition of decode
for Collection
s. This was renamed in Swift 3.0, and honestly I'm not positive how this was compiling the way it was.