File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -2720,10 +2720,27 @@ \section{Patterns and Matching}
27202720\end {frame }
27212721
27222722\begin {frame }[fragile]
2723- \frametitle {Patterns in while and for}
2723+ \frametitle {Patterns in while let, for Loops, and let Expressions }
27242724 \inputminted {rust}{./code/pattern2.rs}
27252725\end {frame }
27262726
2727+
2728+ \begin {frame }[fragile]
2729+ \frametitle {Patterns in Function Parameters}
2730+ \inputminted {rust}{./code/pattern3.rs}
2731+ \end {frame }
2732+
2733+ \begin {frame }[fragile]
2734+ \frametitle {Refutability: Whether a Pattern Might Fail to Match}
2735+ \inputminted {rust}{./code/pattern4.rs}
2736+ \end {frame }
2737+
2738+
2739+ \begin {frame }[fragile]
2740+ \frametitle {Pattern Syntax, Matching Literals}
2741+ \inputminted {rust}{./code/pattern4.rs}
2742+ \end {frame }
2743+
27272744\section {Advanced Features }
27282745\section {Multithread Web Server }
27292746\section {Tokio }
You can’t perform that action at this time.
0 commit comments