It also happens in many other places: let , if let , while let , for , function arguments, etc. Even a simple let x = 1 exhibits pattern matching: we match 1 ...
確定! 回上一頁