Novel Control Flow

Rust 的某些控制流程結構與其他程式語言不同。這些結構會用於模式配對:

  • if let 運算式
  • while let expressions
  • match 運算式