mirror of
https://github.com/dlang/phobos.git
synced 2025-05-05 01:20:40 +03:00
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:
parent
553f697012
commit
a4d997273b
1 changed files with 2 additions and 0 deletions
|
@ -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.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue