Note that all char s are valid u32 s, and can be cast to one with as: let c = ' '; let i = c ... But the rust data type is a u8, an unsigned 8-bit integer.
確定! 回上一頁