mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 11:07:39 +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).)
|
$(D isSorted([1, 1, 2, 3])) returns $(D true).)
|
||||||
$(T2 makeIndex,
|
$(T2 makeIndex,
|
||||||
Creates a separate index for a range.)
|
Creates a separate index for a range.)
|
||||||
|
$(T2 multiSort,
|
||||||
|
Sorts by multiple keys.)
|
||||||
$(T2 nextEvenPermutation,
|
$(T2 nextEvenPermutation,
|
||||||
Computes the next lexicographically greater even permutation of a range
|
Computes the next lexicographically greater even permutation of a range
|
||||||
in-place.)
|
in-place.)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue