Represents an optional value that can either be 'Some' (containing a value) or 'None' (empty).
The type of the value that might be present.
Represents an optional value that can either be 'Some' (containing a value) or 'None' (empty).