22

Learn how to extend operators for new types or create entirely new operators in this new Swift tutorial!

Another new feature of Swift that you should know and love: operator overloading!

This is a fancy way of saying you can make operators like +, -, /, or * to work with any type you’d like! You can even define your own operators if you’re feeling especially creative.

Read full tutorial on raywenderlich.com