e48a0430b61bc6f53d591fbf35c9cc431f9b5338
RO: Result and Option for C++
C++ class templates that implement Result<T,E> and Option<U> class families that facilitate Error and Null value handling. This implementation is inspired by the Rust language.
Description
Languages
C++
100%