digitalmars.D - Update an example on the website
- biozic (8/8) Mar 27 2010 In http://www.digitalmars.com/d/2.0/declaration.html#AutoDeclaration,
- Walter Bright (2/8) Mar 27 2010 Yes, good catch!
In http://www.digitalmars.com/d/2.0/declaration.html#AutoDeclaration, shouldn't the code: auto s = "string"; // s is type immutable(char)[6] be updated to: auto s = "string"; // s is type immutable(char)[] ? bye Nicolas
Mar 27 2010
biozic wrote:In http://www.digitalmars.com/d/2.0/declaration.html#AutoDeclaration, shouldn't the code: auto s = "string"; // s is type immutable(char)[6] be updated to: auto s = "string"; // s is type immutable(char)[] ?Yes, good catch!
Mar 27 2010