Description
Library that provides result<T, E> and maybe<T> and monadic functions for them.
mitama-cpp-result is the C++17 libraries for error handling without exceptions.
mitama-cpp-result provides result<T, E>, maybe<T>, and associated monadic functions (like Result and Option in Programming Language Rust).