preparing for const, final, and invariant

Walter Bright newshound1 at digitalmars.com
Thu May 17 19:36:31 PDT 2007


Bill Baxter wrote:
> So if you don't use 'in' then the behavior will the the same as not 
> using anything (or using 'in') in D1.0?

Right - except that you won't be able to past string literals to them 
(as string literals will be const).



More information about the Digitalmars-d-announce mailing list