Optimem
Browse
Explore Topics
Daily Quizzes
Flashcard Editor
Log in
Explore Topics
Daily Quizzes
Flashcard Editor
Log in
Get the App
Browse
Explore Topics
Daily Quizzes
Flashcard Editor
Log in
Explore Topics
Daily Quizzes
Flashcard Editor
Log in
Get the App
Explore
Rust Programming Language
All Cards
what is "if let"? Make an example using the option type.
what is "if let"? Make an example using the option type.
what is "if let"? Make an example using the option type.
A more concise way of doing match, but non-exaustive. It's a bit like the ternary operator in python...