mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-20 23:12:53 +00:00
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue.
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue.