Binary numbers in Rust can be defined using the prefix 0b , similar to the 0o and 0x prefixes for octal and hexadecimal numbers.
確定! 回上一頁