Rust的流程控制

Rust的流程控制

Rust 中不叫流程控制语句,而是叫做流程控制表达式。

这是关键:流程表达式是可以作为右值赋值的


Rust的if条件表达式

Rust的if条件表达式

Rust的for ... in循环表达式

Rust的for … in循环表达式

Rust的loop循环表达式

Rust的loop循环表达式

Rust的while循环表达式

Rust的while循环表达式

Rust的match表达式

Rust的match表达式

Rust的 if let 表达式

Rust的 if let 表达式

Rust的 while let 表达式

Rust的 while let 表达式