Pattern matching has two purposes in Rust: To check if a value has certain characteristics, and to bind parts of the value to variables.
確定! 回上一頁