We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2885a24 commit 1046949Copy full SHA for 1046949
site/src/tutorial.rs
@@ -1122,8 +1122,19 @@ ReduceAll!+[1_2_3 4_5_6]"/>
1122
1123
#[component]
1124
fn EndOfTutorialList() -> impl IntoView {
1125
+ use Primitive::*;
1126
view! {
1127
<ul>
1128
+ <li>
1129
+ "Some important functions that were not covered:"
1130
+ <ul>
1131
+ <li><Prim prim=Under/>" and "<Prim prim=Invert/></li>
1132
+ <li><Prim prim=Keep/></li>
1133
+ <li><Prim prim=Where/></li>
1134
+ <li><Prim prim=Partition/></li>
1135
+ <li><Prim prim=Fold/></li>
1136
+ </ul>
1137
+ </li>
1138
<li><A href="/docs#functions">"The list of all functions"</A></li>
1139
<li><A href="/docs#other-docs">"Other language topics"</A></li>
1140
<li>"The online "<A href="/pad">"pad"</A>" for writing longer code"</li>
0 commit comments