ecolog_veteran
Results
1
issues of
ecolog_veteran
In C++23, there was a new type `std::expected` which is essentially Rust's `Result`. I've tried to add some functionality to support it, and it seems to work. Should I submit...