Found 4 bookmarks
Newest
Custom Ternary Operators in Swift
Custom Ternary Operators in Swift
Even though Swift only supports unary and binary operators for operator overloading, it's possible to implement our *own* ternary operators by declaring two separate operators that work together and using a *curried function* for one of the operators.
·natecook.com·
Custom Ternary Operators in Swift