Skip to content

Commit

Permalink
add std.algorithm.sorting {ordered,strictlyOrdered} to std.algorithm …
Browse files Browse the repository at this point in the history
…booktable
  • Loading branch information
wilzbach committed Mar 29, 2016
1 parent 15aa52a commit 3f0db27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std/algorithm/package.d
Expand Up @@ -87,6 +87,8 @@ $(TR $(TDNW Sorting)
$(SUBREF sorting, completeSort)
$(SUBREF sorting, isPartitioned)
$(SUBREF sorting, isSorted)
$(SUBREF sorting, ordered)
$(SUBREF sorting, strictlyOrdered)
$(SUBREF sorting, makeIndex)
$(SUBREF sorting, multiSort)
$(SUBREF sorting, nextEvenPermutation)
Expand Down

0 comments on commit 3f0db27

Please sign in to comment.