增加union关键字

pull/1342/head
donjuanplatinum 2 years ago committed by GitHub
parent 6a7dadb761
commit a0c941edb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,6 +40,7 @@
- `trait` - 定义一个特征
- `true` - 布尔值 `true`
- `type` - 定义一个类型别名或关联类型
- `union` - Rust 等价于 c 风格的 union
- `unsafe` - 表示不安全的代码、函数、特征或实现
- `use` - 在当前代码范围内(模块或者花括号对)引入外部的包、模块等
- `where` - 表示一个约束类型的从句

Loading…
Cancel
Save