Booleans. Rust 拥有内置的boolean 类型,名称为bool。这种类型的变量能够被赋值为true 或者false: let x = true; let y: bool = false;.
確定! 回上一頁