Added function multiSort to cheat sheet of std.algorithm.sorting.

Added function multiSort to cheat sheet of std.algorithm.sorting
This commit is contained in:
Doado 2015-04-27 11:24:01 +01:00
parent 553f697012
commit a4d997273b

View file

@ -21,6 +21,8 @@ $(T2 isSorted,
$(D isSorted([1, 1, 2, 3])) returns $(D true).)
$(T2 makeIndex,
Creates a separate index for a range.)
$(T2 multiSort,
Sorts by multiple keys.)
$(T2 nextEvenPermutation,
Computes the next lexicographically greater even permutation of a range
in-place.)