andrewbradnan
andrewbradnan
Sorry, I added to origin/swift but I can move it no problem. Everything (well unit tests that is) working now but one. One question on the following test. I'm not...
Oh good, then everything is working. Just "porting" the document comments and I'll check into the repo you set up. Thanks.
iOS doesn't have a garbage collector, so yes you can have "retain cycles". Just good old fashioned reference counting. There are no weak pointers for closures either, so we may...
Knock on wood, I've been able to clean up any references using weak pointers in the closures. Do you have a Mac to follow along? ``` public func map(f: (T)...
I actually haven't even looked at the retain cycles, so I don't know. Haven't even needed switch/loop, so I'm not sure if I've ported them even. The only test that...
Cool. Poke me when you are done and I'll port it.