Tell me about {:?}", pair); match pair { (x, y) if x == y => println!("These are twins"), // The ^ \`if condition\` part is a guard (x, ...
確定! 回上一頁