1
0
Fork
You've already forked Lambda
0
Functional programming operations in C#.
  • C# 100%
Find a file
sudo200 a2a7e31f2f
All checks were successful
/ unit-test (push) Successful in 4m8s
CI: Use github expressions for branch and clone url
2025年04月05日 08:23:56 +02:00
.forgejo/workflows CI: Use github expressions for branch and clone url 2025年04月05日 08:23:56 +02:00
src Add more PredicateConverters 2025年02月03日 18:44:08 +01:00
test Add unit tests for PredicateConverter 2025年02月03日 18:54:54 +01:00
.gitignore "Initial commit" 2025年01月30日 19:10:45 +01:00
Lambda.sln "Initial commit" 2025年01月30日 19:10:45 +01:00
README.md Add wikipedia page entry to README 2025年02月01日 13:19:20 +01:00

λ - Lambda

Lambda adds common operations from the functional programming paradigm, such as currying and composition to C#'s Func and Action delegates.