Everything on the Stack

Trass3r un at known.com
Mon Feb 20 01:10:43 PST 2012


> 	scope auto e1 = new EntryInt();
> 	Foo = e1.toFoo();

You don't need auto there.
And scope is deprecated, use std.typecons' scoped


More information about the Digitalmars-d-learn mailing list