If I multiply to 32 bit ints in Rust, does it behave that way by default? If I say let result :i64 = a*b where a and b are 32 bits, ...
確定! 回上一頁