Update Ch21

This commit is contained in:
Unisko PENG 2023-04-07 16:57:43 +08:00
parent 44344235a3
commit cad4a3b3b8

View File

@ -199,4 +199,8 @@ fn main() {
| `br"..."`, `br#"..."`, `br##"..."##` 等等 | 原始字节字符串字面值,是原始与字节字符串字面值的结合 |
| `'...'` | 字符字面值 |
| `b'...'` | ASCII 字节字面值 |
| <code>&vert;...&vert; expr</code> | 闭包 |
| `!` | 发散函数下总是空的底部类型always empty bottom type for diverging functions |
| `_` | “忽略ignored” 模式绑定还用于令到整数字面值可读also used to make integer literals readable |