[phobos] [D-Programming-Language/phobos] 1791e7: Add support for more than two arguments to std.alg...
GitHub
noreply at github.com
Fri Dec 20 08:09:07 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 1791e7c39dc3e08d683a50e47487d4447618554b
https://github.com/D-Programming-Language/phobos/commit/1791e7c39dc3e08d683a50e47487d4447618554b
Author: Jakob Ovrum <jakobovrum at gmail.com>
Date: 2013-12-20 (Fri, 20 Dec 2013)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Add support for more than two arguments to std.algorithm.setIntersection
This seems to have always been intended to work, but was left unfinished.
The old documentation, as well as the current entry in the cheat sheet,
claimed it supported any number of arguments.
Commit: d42aa867170d292c895acede219b201463695eaa
https://github.com/D-Programming-Language/phobos/commit/d42aa867170d292c895acede219b201463695eaa
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-12-20 (Fri, 20 Dec 2013)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Merge pull request #1796 from JakobOvrum/setintersection
Add support for more than two arguments to std.algorithm.setIntersection
Compare: https://github.com/D-Programming-Language/phobos/compare/5dc4dfad8a4c...d42aa867170d
More information about the phobos
mailing list