Unsigned integer types in Rust start with u and it has 8, 16, 32, 64, ... a value just shy of 2^32 you will have to use a larger data type such as bigint.
確定! 回上一頁