while let 類似於if let,while let 可以使勁匹配更多序列。例如考慮以下序列: // Make `optional` of type `Option `let mut optional = Some(0);// Repeatedly try ...
確定! 回上一頁