Skip to content

Commit

Permalink
Merge pull request #3566 from quickfur/ordered_cheatsheet
Browse files Browse the repository at this point in the history
[dox] Add missing cheatsheet links for ordered and strictlyOrdered.
  • Loading branch information
DmitryOlshansky committed Aug 20, 2015
2 parents 8bf9d9f + 03eac95 commit 2433b44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions std/algorithm/sorting.d
Expand Up @@ -19,6 +19,10 @@ $(T2 isPartitioned,
afterwards.)
$(T2 isSorted,
$(D isSorted([1, 1, 2, 3])) returns $(D true).)
$(T2 ordered,
$(D ordered(1, 1, 2, 3)) returns $(D true).)
$(T2 strictlyOrdered,
$(D strictlyOrdered(1, 1, 2, 3)) returns $(D false).)
$(T2 makeIndex,
Creates a separate index for a range.)
$(T2 multiSort,
Expand Down

0 comments on commit 2433b44

Please sign in to comment.