5 ms·
even funnier when you realize that doesn't even need to be curried so it also works in c#: someEnumerable.Select(doSomething) to be fair, i guess doSometh
by somebody1234 4y ago
even funnier when you realize that doesn't even need to be curried so it also works in c#:
someEnumerable.Select(doSomething)
to be fair, i guess doSomething was supposed to be an actual function body instead of a helper function from somewhere else