[phobos] [D-Programming-Language/phobos] c65209: Fix Issue 14183 - Changes to groupBy
GitHub via phobos
phobos at puremagic.com
Thu Mar 19 13:04:09 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: c6520969eaa317d373bc288aec49e9e2ca077dc4
https://github.com/D-Programming-Language/phobos/commit/c6520969eaa317d373bc288aec49e9e2ca077dc4
Author: Peter Alexander <peter.alexander.au at gmail.com>
Date: 2015-02-18 (Wed, 18 Feb 2015)
Changed paths:
M std/algorithm/iteration.d
M std/algorithm/package.d
M std/range/package.d
Log Message:
-----------
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
Commit: fa297af0e69f5b097fad81263da74d2033fd2541
https://github.com/D-Programming-Language/phobos/commit/fa297af0e69f5b097fad81263da74d2033fd2541
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2015-03-19 (Thu, 19 Mar 2015)
Changed paths:
M std/algorithm/iteration.d
M std/algorithm/package.d
M std/range/package.d
Log Message:
-----------
Merge pull request #3005 from Poita/Issue14183
Fix Issue 14183 - Changes to groupBy
Compare: https://github.com/D-Programming-Language/phobos/compare/081ae033872f...fa297af0e69f
More information about the phobos
mailing list