Capitolo 1 - Currying a 2 parametri #28
arialdomartini
started this conversation in
Games
Replies: 1 comment
-
|
public static Func<int, Func<int, int>> curried(this Func<int, int, int> func) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Implementare una funzione che restituisca la versione curried di una qualunque funzione a 2 parametri:
Beta Was this translation helpful? Give feedback.
All reactions