[Issue 14183] Updates to groupBy

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Mar 19 13:04:11 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14183

--- Comment #3 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/c6520969eaa317d373bc288aec49e9e2ca077dc4
Fix Issue 14183 - Changes to groupBy

* Renamed `groupBy` to `chunkBy`
* Undocumented `aggregate`
* Added `groupBy` member function to `SortedRange`
* Unary `chunkBy` returns tuple of key and chunk.

https://issues.dlang.org/show_bug.cgi?id=14183

https://github.com/D-Programming-Language/phobos/commit/fa297af0e69f5b097fad81263da74d2033fd2541
Merge pull request #3005 from Poita/Issue14183

Fix Issue 14183 - Changes to groupBy

--


More information about the Digitalmars-d-bugs mailing list