Mitama.Result version 1.1.1¶
Enhancements¶
unwrap_or_defaultis now explicitly deleted if and only ifstd::is_default_constructible_v<T> || std::is_aggregate_v<T>is false.unwrap_or_else(O op)is now invokesopwithout a error value if and only ifstd::is_invocable_v<O, E>is false andstd::is_invocable_v<O>is true.