• M
    Updated std::Option, std::Either and std::Result · 0ac7a219
    Marvin Löbel 提交于
    - Made naming schemes consistent between Option, Result and Either
    - Changed Options Add implementation to work like the maybe monad (return None if any of the inputs is None)
    - Removed duplicate Option::get and renamed all related functions to use the term `unwrap` instead
    0ac7a219
os.rs 58.5 KB