Rust makes it far easier because numeric primitives implement a trait called ToString. The ToString trait has a to_string() function.
確定! 回上一頁