AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using Pattern Matching in Rust School Patterns
This is a pretty natural extension to something we already have today, which is labeled loops. So this too is just a nice way to make your code more readable really right and now instead you can do like you know if the early early Value expression is true then you break out of the block with that value Otherwise you keep doing the things you would otherwise have to nest in an else block. Yeah, so I think this is a great feature here. I'm happy to see it succeed It shows off rust school pattern matching a thing like I think pattern matching is one of those things where you like you know You don't want to go back to other languages because kind of like you know secretly like