Result
and Option
discriminated unions, accompanied by the Unit
singleton to avoid
exception throwing and deal with potential NREs.
This library is highly influenced by the following masterpieces:
- Language Extensions
- ErrorOr
- Many more examples from YouTube and GitHub.