mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 16:10:45 +03:00
Add missing cheatsheet links for ordered and strictlyOrdered.
This commit is contained in:
parent
8bf9d9fce4
commit
03eac95230
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue