diff options
| author | kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> | 2024-07-15 22:31:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 20:31:23 -0700 |
| commit | bd6314de8bb113e2a317230f5e0fb6200c39a2e9 (patch) | |
| tree | 44c1827e86322a0ebc0c3e2a3f2f13e0a800dd3d /docs/user-guide/toc.html | |
| parent | 36e445bb8207a2ec33df4479513ebeec0bc5873e (diff) | |
Move if_let syntax to convenience-features section (#4628)
* Move if_let syntax to convenience-features section
* Fix the syntax for setting up an anchor
* update the comment on sample code
* Add example for if_let syntax
* Address the comments
Diffstat (limited to 'docs/user-guide/toc.html')
| -rw-r--r-- | docs/user-guide/toc.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index 2adb7655b..c1915e5dc 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -39,6 +39,7 @@ <li data-link="convenience-features#operator-overloading"><span>Operator Overloading</span></li> <li data-link="convenience-features#subscript-operator"><span>Subscript Operator</span></li> <li data-link="convenience-features#optionalt-type"><span>`Optional<T>` type</span></li> +<li data-link="convenience-features#if_let-syntax"><span>`if_let` syntax</span></li> <li data-link="convenience-features#reinterprett-operation"><span>`reinterpret<T>` operation</span></li> <li data-link="convenience-features#pointers-limited"><span>Pointers (limited)</span></li> <li data-link="convenience-features#struct-inheritance-limited"><span>`struct` inheritance (limited)</span></li> |
