Can Add ChunkBy method for Enumerable? #6033
Answered
by
theunrepentantgeek
zms9110750
asked this question in
General
-
I'm working on a translation program. The API I use can accept up to 5000 characters. |
Beta Was this translation helpful? Give feedback.
Answered by
theunrepentantgeek
Apr 19, 2022
Replies: 1 comment 2 replies
-
This repo is for discussing changes to the C# language itself, not the libraries that make up .Net, so I'm afraid you've come to the wrong place. I think the MoreLinq project has what you need however - check out the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
zms9110750
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This repo is for discussing changes to the C# language itself, not the libraries that make up .Net, so I'm afraid you've come to the wrong place.
I think the MoreLinq project has what you need however - check out the
Segment()
method.