AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Pattern Matching in Let Expressions
The new let else construct lets you do pattern matching on things to bring them into scope. This is called an irrefutable pattern where in order to because what if you know obviously in a tuple you can't ever fail to match X and Y as there's no like conditions for it. So this now this new let else statement is kind of the alternative to that right? And so I believe oh Campbell if you do this it will just panic implicitly, right? It would be the same thing as having you know let x equals option dot unwrap.