Provides strongly typed extensions methods for C# delegates to take advantages of functional programming techniques, like currying and partial application.
-
Updated
Aug 13, 2023 - C#
Provides strongly typed extensions methods for C# delegates to take advantages of functional programming techniques, like currying and partial application.
Curry and Partial Application for C# functions and actions.
Functions and effects, from 0- to 32-parameters, which support curried and uncurried forms; partial application of arguments; reversed parameters; function composition; identity functions; constant functions; and no-op effects.
A package that helps you uncurry curried functions for performance boost.
To associate your repository with the uncurry topic, visit your repo's landing page and select "manage topics."