[Issue 13671] New: http://dlang.org/const3.html incorrectly calls type qualifiers "type constructors"

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Nov 1 23:45:43 PDT 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 at puremagic.com
          Reporter: andrei at 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".

--


More information about the Digitalmars-d-bugs mailing list