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 37f6be7 commit 3c75975Copy full SHA for 3c75975
sections/reading_rust.tex
@@ -198,7 +198,7 @@ \section{Reading Rust}
198
\end{columns}
199
\begin{itemize}
200
\item<1-> In its simplest form similar to C/C++ (but type safe)
201
- \item<1-> Data that is one of several possible variants
+ \item<1-> Data that is one of several possible variants (sum type, discriminated union)
202
\item<2> We can match (switch) on enums
203
\item<2> We \emph{must} match all variants
204
\end{itemize}
0 commit comments