Unwraps the value from a 'some' Option or returns a default value for 'none' Option.
The Option to unwrap.
The default value to return if the option is 'none'.
The value from 'some' or the default value.
Unwraps the value from a 'some' Option or returns a default value for 'none' Option.