Skip to content

v0.4.0

Compare
Choose a tag to compare
@U007D U007D released this 18 Jul 17:45
83aea2c

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()