Pierluigi D'Andrea
Pierluigi D'Andrea
I've been wanting to do that for a while, it's in my todo list for the Swift-1.2 release.
The main reason this popup is still there is that I cannot test it, I'll need your testing as soon as I have a working beta.
Due to a bug (#23) in the current Swift compiler (Beta 4), ExSwift can't be used as a pod.
Sadly, yes. Right know you get an error: ``` Extension of generic type '...' from a different module cannot provide public declarations ``` Anyway, Apple is still working to support...
Yes, nothing changed. I don't think we'll se any change until the next Xcode version (6.3 - 7).
I did a quick test with CocoaPods and it seems to be working!
Hi, yes, that's something interesting, too bad the only way to do so is extending `SequenceOf`. I would definitely merge it into the library. Let's just be sure this is...
I'm pretty sure too there isn't a handier way (at least for the moment, Swift is still missing important pieces). Anyway, of course I know that Array and Dictionary do...
> Anyhow, my feeling is that the ExSwift should only expose operations on `Sequence` when it is possible to do this in an optimised (lazy) fashion. As a result, methods...
Yes, that's correct, the documentation says clearly that `Swift.filter` returns a lazy `Sequence`.