www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 13325] New: __vector not documented in language specification

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 puremagic.com
          Reporter: briancschott 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 )

--
Aug 18 2014