You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The match keyword hasn't been introduced until that point but it's used in the code example which is confusing.
I believe an if/else solution would be more explanatory, especially because the reader probably wants to see how to unpack the Value variant of enum OptionalInt. The same enum could then be used with the match keyword in the beginning of the next chapter (Match).