After doing some research, I have not been able to find any concrete confirmation, but it seems as though the Generator associated type of the sequence protocol has been renamed to iterator. Is this correct?
I cant find anything on the swift API reference about the protocol GeneratorType or the associated type Generator. I'm only seeing people write about it on blogs.
So my question is do generators and iterators refer to the exact same concept in swift?