Destroys the optional and its value if it has one.
<beman/optional/optional.hpp>
constexpr ~optional() requires (!std::is_trivially_destructible_v<T>);