|
|
|
|
|
by noblethrasher
4073 days ago
|
|
You can define nested functions in C# in for form of lambdas or anonymous delegates. Admittedly, it's still not quite as pretty as it could be because we don't get to use automatic type propogation (e.g. the `var` keyword). |
|
[1] https://github.com/louthy/language-ext