mirror of
https://github.com/AxioDL/boo.git
synced 2025-08-05 19:55:48 +00:00
Rather than use an out reference, we can convert the return value into a std::optional, combining the out reference and boolean return value into one.