Skip to content

Commit

Permalink
Merge pull request #4382 from ZombineDev/patch-5
Browse files Browse the repository at this point in the history
Move allSatisfy, anySatisfy and staticIndexOf to searching category in the quick index table
  • Loading branch information
DmitryOlshansky committed Jun 2, 2016
2 parents 1e64085 + 6958c81 commit bb29ea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions std/meta.d
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
* $(LREF staticMap)
* $(LREF staticSort)
* ))
* $(TR $(TD Alias sequence indexing) $(TD
* $(TR $(TD Alias sequence searching) $(TD
* $(LREF allSatisfy)
* $(LREF anySatisfy)
* $(LREF staticIndexOf)
* ))
* $(TR $(TD Boolean template predicate operators) $(TD
* $(LREF allSatisfy)
* $(LREF anySatisfy)
* $(LREF templateAnd)
* $(LREF templateNot)
* $(LREF templateOr)
Expand Down

0 comments on commit bb29ea0

Please sign in to comment.