From the Rust book we can learn: Casting from a float to an integer will round the float towards zero. This behavior is equivalent to trunc , but if the ...
確定! 回上一頁