Introduction
Last updated
Was this helpful?
Last updated
Was this helpful?
This is one of the most important namespaces at Tango. You can find here the core implementations about functional modules, like Option
, Either
and Continuation
.
These modules provides several popular implementations like Filter
, Map
, Reduce
, Fold
, Scan
and so on.
By using these modules you can take maximum advantage of , and types. A lot of these methods are also exposed as an extension method in Tango.Linq
namespace, so, you can use it as static and instance methods.
this section is a little different than the others. Each method will be explained individually.
In this section you will find the following topics: