All that changed with Rust 1.26. Now we can do a as u128 * b as u128 and the compiler will use x86_64's native u64-to-u128 multiplication (even though you ...
確定! 回上一頁