Gets the value stored within the Optional if valid, otherwise returns the given value.
The value to return if the optional is invalid.
The value stored within the Optional, value otherwise.
See Implementation
Gets the value stored within the Optional if valid, otherwise returns the given value.