[phobos] [D-Programming-Language/phobos] 9534a9: Add Params: to completeSort().
GitHub via phobos
phobos at puremagic.com
Mon Sep 7 05:44:54 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 9534a996a7c5d8a1cf675ade050624b0ad0e6b53
https://github.com/D-Programming-Language/phobos/commit/9534a996a7c5d8a1cf675ade050624b0ad0e6b53
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2015-09-06 (Sun, 06 Sep 2015)
Changed paths:
M std/algorithm/sorting.d
Log Message:
-----------
Add Params: to completeSort().
Params: and Returns: for isSorted.
Params:, Returns:, for partition and isPartitioned.
Params: and Returns: for partition3.
Params: for makeIndex().
Add Params: and Returns: for various sorting functions.
Add Params: and Returns: to the topNxxx() functions.
Add Params:, Returns: to the nextPermutation functions.
Commit: 9c0eb39ebd204c695f60ed75529b0ecb74a5b972
https://github.com/D-Programming-Language/phobos/commit/9c0eb39ebd204c695f60ed75529b0ecb74a5b972
Author: Martin Nowak <code at dawg.eu>
Date: 2015-09-07 (Mon, 07 Sep 2015)
Changed paths:
M std/algorithm/sorting.d
Log Message:
-----------
Merge pull request #3635 from quickfur/sorting_doc
[dox] Add Params, Returns, to std.algorithm.sorting
Compare: https://github.com/D-Programming-Language/phobos/compare/122a227421c7...9c0eb39ebd20
More information about the phobos
mailing list