[Issue 13325] New: __vector not documented in language specification

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 18 10:40:54 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13325

          Issue ID: 13325
           Summary: __vector not documented in language specification
           Product: D
           Version: D2
          Hardware: All
               URL: http://dlang.org/declaration.html#BasicType
                OS: All
            Status: NEW
          Keywords: spec
          Severity: enhancement
          Priority: P1
         Component: websites
          Assignee: nobody at puremagic.com
          Reporter: briancschott at gmail.com
            Blocks: 10233

core.simd contains the following line:

alias __vector(T) Vector;

Yet __vector is not documented under the BasicType rule:

BasicType:
    BasicTypeX
    . IdentifierList
    IdentifierList
    Typeof
    Typeof . IdentifierList
    TypeCtor ( Type )

--


More information about the Digitalmars-d-bugs mailing list