Skip to content

Commit

Permalink
Merge pull request #3236 from Doado/master
Browse files Browse the repository at this point in the history
Added multiSort to cheat sheet of std.algorithm.sorting.
  • Loading branch information
schveiguy committed Apr 27, 2015
2 parents 0b0cb7f + a4d9972 commit dd8f5ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std/algorithm/sorting.d
Expand Up @@ -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.)
Expand Down

0 comments on commit dd8f5ff

Please sign in to comment.