www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - in and const parameters

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