Creating custom operators in Swift

What are custom operators? Custom operators are operators that are defined by us and are not part of the programming language natively. We are all aware of the built in operators in the Swift Language.  Operators like: + – * % > == ! to name a few. These operators are defined by the system. … Continue reading Creating custom operators in Swift