Show HN: Optional – A simple option type for C#
1–2 of 2 posts
Re: Show HN: Optional – A simple option type for C#
#2Just as a note: I am aware that this is yet another maybe monad implementation in C#. However, this is one that suits my needs, while staying simple and easy to use.