Documentation of "scope" function parameters

Derek Parnell derek at psych.ward
Sun Mar 30 04:21:18 PDT 2008


On Sun, 30 Mar 2008 07:08:57 -0400, Michel Fortin wrote:

> I'm reading the Functions section of the D 2.0 documentation.
> <http://www.digitalmars.com/d/2.0/function.html#parameters>.
> Under Function Parameters, I read this:
> 
> 	Parameter storage classes are in, out, ref, lazy, final, const, 
> invariant, or scope.
> 
> then this:
> 
> 	 The in storage class is equivalent to const scope.

I'm pretty sure this is no longer used and is only there for backward
compatability. In earlier editions of V2, it did have a usage but that was
abandoned (I think).

-- 
Derek Parnell
Melbourne, Australia
skype: derek.j.parnell



More information about the Digitalmars-d mailing list