mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
0ac7a219f0
- 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