digitalmars.D - in and const parameters
- Denton Cockburn <diboss hotmail.com> Mar 02 2008
In the current implementation (2.011), what's the difference between "in Foo x" and "const(Foo) x"? in = const scope, but I don't see what scope does now in this const regiment? If it does something, I didn't find it in the docs.
Mar 02 2008








Denton Cockburn <diboss hotmail.com>