Novel Control Flow

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

  • ExpressĂ”es if let
  • while let expressions
  • ExpressĂ”es match (CorrespondĂȘncia)