May 04, 2017
https://issues.dlang.org/show_bug.cgi?id=17369

          Issue ID: 17369
           Summary: [Module std.traits] Documentation lists ditto in table
           Product: D
           Version: D2
          Hardware: All
               URL: http://dlang.org/library/std/traits.html
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: john.michael.hall@gmail.com

The documentation summary tables for std.traits available at
https://dlang.org/library/std/traits.html
do not maintain the same order as the original documentation.

As a result, it says ditto in some places, such as for ConstOf or ImmutableOf, without any clear idea of what it is referring to.

--