rust_book_feedback
rust_book_feedback copied to clipboard
p89 while let
p89 while let A(x) | B(x) = expr {... 等价代码实为 if let 等价代码
谢谢指出!