albertopasca.it
Swift - Custom Operators - while (true) { }
This is an argument that I like a lot, the possibility to create or to override an operator changing its functionality. SImilar to C++ Operator Overloading (https://en.cppreference.com/w/cpp/language/operators) but in Swift. Let’s see a simple example just to convince you to use it! Percentage calculation Why don’t you use the percentage sign “%” to calculate the Read More
Alberto Pasca