Today I am going to talk about couple of Swift tricks I learned recently. First
one is about operator associativity and how Swift handles it gracefully to error
it out during compile time and other is how function overloading is so much fun
in Swift
Operator Associativity
We all know