Swift Pattern Matching in Detail

Benedikt Terhechte (via Chris Lattner): The main feature of switch is of course pattern matching, the ability to destructure values and match different switch cases based on correct match of the values to the cases. […] So, how do you best implement this new restriction? You could just have an if / else switch for … Continue reading Swift Pattern Matching in Detail