|
120 | 120 | - [match](flow_control/match.md)
|
121 | 121 | - [デストラクト](flow_control/match/destructuring.md)
|
122 | 122 | - [タプル](flow_control/match/destructuring/destructure_tuple.md)
|
| 123 | + - [arrays/slices](flow_control/match/destructuring/destructure_slice.md) |
123 | 124 | - [列挙型](flow_control/match/destructuring/destructure_enum.md)
|
124 | 125 | - [ポインタとref](flow_control/match/destructuring/destructure_pointers.md)
|
125 | 126 | - [構造体](flow_control/match/destructuring/destructure_structures.md)
|
126 | 127 | - [ガード](flow_control/match/guard.md)
|
127 | 128 | - [バインディング](flow_control/match/binding.md)
|
128 | 129 | - [if let](flow_control/if_let.md)
|
| 130 | + - [let-else](flow_control/let_else.md) |
129 | 131 | - [while let](flow_control/while_let.md)
|
130 | 132 |
|
131 | 133 | <!--
|
|
338 | 340 | -->
|
339 | 341 | - [エラーハンドリング](error.md)
|
340 | 342 | - [`panic`](error/panic.md)
|
| 343 | + - [`abort` & `unwind`](error/abort_unwind.md) |
341 | 344 | - [`Option` と `unwrap`](error/option_unwrap.md)
|
342 | 345 | - [`?`による`Option`のアンパック](error/option_unwrap/question_mark.md)
|
343 | 346 | - [Combinators: `map`](error/option_unwrap/map.md)
|
344 | 347 | - [Combinators: `and_then`](error/option_unwrap/and_then.md)
|
| 348 | + - [Defaults: `or`, `or_else`, `get_or_insert`, 'get_or_insert_with`](error/option_unwrap/defaults.md) |
345 | 349 | - [`Result`](error/result.md)
|
346 | 350 | - [`Result`の`map`](error/result/result_map.md)
|
347 | 351 | - [`Result`に対するエイリアス](error/result/result_alias.md)
|
|
430 | 434 | - [Inline assembly](unsafe/asm.md)
|
431 | 435 | -->
|
432 | 436 | - [安全でない操作](unsafe.md)
|
| 437 | + - [Inline assembly](unsafe/asm.md) |
433 | 438 |
|
434 | 439 | - [Compatibility](compatibility.md)
|
435 | 440 | - [Raw identifiers](compatibility/raw_identifiers.md)
|
|
441 | 446 | -->
|
442 | 447 | - [周辺情報](meta.md)
|
443 | 448 | - [ドキュメンテーション](meta/doc.md)
|
444 |
| - - [Playpen](meta/playpen.md) |
| 449 | + - [Playground](meta/playground.md) |
0 commit comments