fn get_value_bad(v: bool, result: &mut usize) -> bool { if v { *result = 100 ... ("failure"); } // rustぽい書き方 match get_value_good(true) ...
確定! 回上一頁