控制流基础

This segment should take about 45 minutes. It contains:

SlideDuration
代码块和作用域5 minutes
if 表达式4 minutes
match Expressions5 minutes
循环控制5 minutes
break 和 continue4 minutes
函数3 minutes
2 minutes
练习:考拉兹序列15 minutes
  • We will now cover the many kinds of flow control found in Rust.

  • Most of this will be very familiar to what you have seen in other programming languages.