mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-17 12:42:52 +00:00
Common::Expected effectively provides the same functions as ResultVal, so we can implement it with this. This can be replaced with std::expected with minimal effort should it be standardized in the C++ Standard Template Library.