Various monads (including Maybe - see here) for C# - to handle null values and exceptions better - including Linq support, chaining, and asynchronous programming. Includes:
- Either<TLeft, TRight>
- Id (support for
int
,uint
,long
,ulong
andGuid
value types) - Result
- Wrap
View the Wiki for documentation.
Copyright (c) 2019-2024 bfren (unless otherwise stated)