Replies: 1 comment 4 replies
-
The var outputs = inputs.Scan((a, b) => a * b); |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following for loop:
Is there any extension in MoreLinq that would allow me to do this with Linq?
Beta Was this translation helpful? Give feedback.
All reactions