Informal description
Given an optional value of type `Option α` and a default value of type `α` (ensured by the `Inhabited` instance), this function extracts the value if it is `some x`, and panics with the message "value is none" if the input is `none`.