Question
What does Some(x) mean?
Select an option. Your answer will be checked instantly.
Correct Answer: D. An Option containing the value x
Explanation:
Some wraps an existing value in the Option type.
Code can safely distinguish it from None.
Leave a Reply