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

Top 5.8% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org

proxy.golang.org : github.com/calebcase/curry

Package curry provides facilities for currying functions. The process converts a single function like `f(x, y, z)` into N many functions each taking a single argument like `h(x)(y)(z)`. The functions are named by the number of arguments and return parameters of the target function. For example, to wrap a function with 2 arguments and 1 return `func F(x, y int) int` use `curry.A2R1(F)`.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/calebcase/curry
License: MIT
Latest release: about 3 years ago
First release: about 3 years ago
Namespace: github.com/calebcase
Dependent packages: 1
Dependent repositories: 1
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 29 days ago

    Loading...
    Readme
    Loading...