We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
041de6d
Full Changelog: 0.5.3...0.5.4
b915631
Full Changelog: 0.5.2...0.5.3
76e1968
Full Changelog: 0.4.4...0.5.2
a5a060d
Added lift2 method
d7c8b68
Added filter method
filter
019915d
Fixed version and workflows being broken
da6976f
Full Changelog: 0.3.2...0.4.1
849650a
Added 18b35eb: Fix missing overloads for Maybe in __or__ and __and__
__or__
__and__
f49d1ee
Fixed invalid __version__ variable Added monadic bind operation to Maybe
__version__
bind
5ce3272
Removed or_else as it was misleading. Added unwrap_or and unwrap_or_else inspired by Rust. Added some documentation to Maybe methods
or_else
unwrap_or
unwrap_or_else