Add "yield return!" like "return!" in F# #4672
Unanswered
Raneddo
asked this question in
Language Ideas
Replies: 1 comment
-
See: #378 |
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.
-
There is
yield
statement now and it's very useful in LINQ, but more and more often processing of IEnumerable's divides to batches.Now it looks like
I suggest to make something like this
There are this construction in F# and other functional languages. And will be useful in OOP C#
Beta Was this translation helpful? Give feedback.
All reactions