Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 226 Bytes

let-control-flow.md

File metadata and controls

12 lines (9 loc) · 226 Bytes
minutes
10

Let Control Flow

Rust has a few control flow constructs which differ from other languages. They are used for pattern matching:

  • if let expressions
  • while let expressions
  • let else expressions