[Issue 1351] Discrepancies in the language specification

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 31 02:29:46 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1351





------- Comment #10 from aziz.kerim at gmail.com  2007-07-31 04:29 -------
Regarding http://www.digitalmars.com/d/declaration.html :

D 2.0 supports type constructors, so a new rule ConstType should be added to
BasicType:

BasicType:
        // other rules ...
        ConstType
ConstType:
        const ( Type )
        invariant ( Type )


-- 



More information about the Digitalmars-d-bugs mailing list