In Rust, many functions (like find) return an Option. We can use pattern matching to match the possible options returned. Tip Find here returns Some(1), which ...
確定! 回上一頁