[phobos] [D-Programming-Language/phobos] ef7c51: Update zip documentation
GitHub via phobos
phobos at puremagic.com
Thu Sep 18 10:03:45 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: ef7c51783adfaf6238d5bd87ba6b23d9a3da02fe
https://github.com/D-Programming-Language/phobos/commit/ef7c51783adfaf6238d5bd87ba6b23d9a3da02fe
Author: Justin Whear <justin at economicmodeling.com>
Date: 2014-09-18 (Thu, 18 Sep 2014)
Changed paths:
M std/range.d
Log Message:
-----------
Update zip documentation
The example of sorting a zipped range was very confusing as it used a string literal sorting predicate, requiring use of "a" and "b" which were already being used as the names of the two ranges being zipped. Updated the sorting predicate to use a lambda with parameters "c" and "d".
Commit: 0fb1bee92df61ddab9d2e855844a19912dc4da33
https://github.com/D-Programming-Language/phobos/commit/0fb1bee92df61ddab9d2e855844a19912dc4da33
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-09-18 (Thu, 18 Sep 2014)
Changed paths:
M std/range.d
Log Message:
-----------
Merge pull request #2530 from jwhear/patch-2
Update zip documentation
Compare: https://github.com/D-Programming-Language/phobos/compare/8b6df553e80f...0fb1bee92df6
More information about the phobos
mailing list