<mrdocs/Support/Expected.hpp>
constexpr void swap(Unexpected& other) noexcept(std::is_nothrow_swappable_v<E>) requires std::is_swappable_v<E>;