Skip to content

Commit

Permalink
Added function multiSort to cheat sheet of std.algorithm.sorting.
Browse files Browse the repository at this point in the history
Added function multiSort to cheat sheet of std.algorithm.sorting
  • Loading branch information
Doado committed Apr 27, 2015
1 parent 553f697 commit a4d9972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std/algorithm/sorting.d
Original file line number Diff line number Diff line change
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 a4d9972

Please sign in to comment.