Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurry

Kurry provides curry functions for currying in Kotlin.

data class Foo(val i: Int, val b: Boolean, val s: String) {}

val foo = curry(::Foo)(42)(true)("ABC")

License

The MIT License

About

Provides curry functions for currying in Kotlin

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages