Skip to content

Commit

Permalink
Merge pull request #4131 from greenify/ordered_to_package_booktable
Browse files Browse the repository at this point in the history
add std.algorithm.sorting {ordered,strictlyOrdered} to std.algorithm booktable
  • Loading branch information
Hackerpilot committed Mar 29, 2016
2 parents 15c26cd + 3f0db27 commit 9e2c241
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 9e2c241

Please sign in to comment.