Access the result value without checking.
Declared in <util/expected.h>
<util/expected.h>
constexpr T&& operator*() && noexcept;
An rvalue reference to the stored result value.