November 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13671

          Issue ID: 13671
           Summary: http://dlang.org/const3.html incorrectly calls type
                    qualifiers "type constructors"
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: websites
          Assignee: nobody@puremagic.com
          Reporter: andrei@erdani.com

Type constructors are language artifacts that build new types. Qualifiers are type constructors in the sense that const(T) is a distinct type from T, but there are many other type constructors: T[], T*, templates, etc. The page http://dlang.org/const3.html should refer to qualifiers as "qualifiers", not "type constructors".

--