Let Control Flow
Rust has a few control flow constructs which differ from other languages. They are used for pattern matching:
- if letexpressions
- while letexpressions
- let elseexpressions
Rust has a few control flow constructs which differ from other languages. They are used for pattern matching:
if let expressionswhile let expressionslet else expressions