Expression Pattern Operator in Swift
Hello people, Leo here. I’m cheerful to say that today we’ll study the Expression Pattern Operator in Swift. We’ll explore one kind of hidden operator called pattern matching operator or expression pattern operator. This is behind the scene and used as a *switch* statement operator by Swift. So let’s see how can we use it […]