Inspired by Powershell, simple package that will remove the need to think of the name of some variables.
Also some useful extension methods on IEnumerable type.
Contains an Option<T> mondad
Extensions on bool type IfTrue(doThis).Else(doThis)
Check out the full project on...
More information
[.NET 4.6.1+]
- DisposableObservable: a class for creating Observable sequences with TPL easily as Observable.Create
- [IObservable].Serialize: wrap all subscriptions into a single ISubject against the sourcing observable
- [IObservable].AsAsync: execute all functions on TPL
- [IObservable].Fork:...
More information