Home
Press ? for keyboard navigation
❮
Enum
Enum to represent exit status
❯
Why enums
Defining an enum
An enum type has
variants
.
match
pattern matching operations must be exhaustive, this helps us ensuring that we handled every variant.
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)