You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
0.4.0 release
- removed most _false() methods in favor of using std::ops::Not
- renamed map to map_or_else to more accurately reflect what it does
- added map_or and map_or_default
- renamed do_true() to and_do()
- renamed do_false() to or_do()