fn reverse(pair: (i32, bool)) -> (bool, i32) {. // `let` can be used to bind the members of a tuple to variables. let (integer, boolean) = pair;.
確定! 回上一頁