Reputation: 4262
Is it possible to call a custom operator, overloaded in Swift, from Objective-C?
Upvotes: 1
Views: 94
Reputation: 89242
No, not as an operator. You would have to wrap in a more normal function inside of a class.