literal
literal copied to clipboard
`Literal::Some` and `Literal::Nothing` should implement `#value_or_raise!` and deprecate `value`
#value_or_raise! is so much more explicit about the risks of calling it.
The problem is we need to keep the value method around for internal unsafe comparisons. It should probably just be renamed to __value__.