Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.8% on nuget.org
Top 3.7% downloads on nuget.org
Top 4.8% dependent packages on nuget.org
Top 2.9% dependent repos on nuget.org

nuget.org : succinct

Succinc<T> is a .NET library that adds a number of functional features to C#: * Discriminated unions, * Pattern matching, * Partial applications, * "Implicitly" typed lambdas, * The ability to treat void methods as Unit functions, * Replacements for TryParse methods that return an Option<T> (or Maybe<T>, if you prefer), rather than using the out parameter anti-pattern. * "cons" support for IEnumerable<T> (add elements to the head of an enumeration, or split an enumeration into its head element and an enumeration containing the remaining items, all without repeatedly enumerating that enumerable). * Indexed enumerations, * Cycle() methods that endlessly repeat an enumeration, again without repeatedly enumerating that enumerable). * Replacements for IEnumerable<T>'s XXXOrDefault methods that return an Option<T> (or Maybe<T>, if you prefer), avoiding null and the "did it return a value, or the default?" problem, * And finally, basic parameter piping support.

Registry - JSON
purl: pkg:nuget/succinct
Keywords: Partial, application, Discriminated, unions, Options, Maybe, Pattern, matching, cons, functional
License:
Latest release: about 4 years ago
First release: almost 9 years ago
Dependent packages: 3
Dependent repositories: 6
Downloads: 131,781 total
Last synced: 17 days ago

    Loading...
    Readme
    Loading...