Pierluigi D'Andrea
Pierluigi D'Andrea
Nope, you have to add the source files from ExSwift to your project (the second point in the list from the readme).
You're probably still linking the framework. Remove any reference to ExSwift from your project and just add the source files.
Can you please link an example project?
You're both right, this cannot be done (yet), I must have been drunk when I tried using it as module in beta 3.
Some of the ways I can think of are: - Cast the array to an array of `Equatable` objects: ``` swift func contains (element: R) -> Bool { return Swift.contains(unsafeBitCast(self,...