Escape analysis

Walter Bright newshound1 at digitalmars.com
Mon Oct 27 21:28:27 PDT 2008


Jason House wrote:
>> scope is a storage class, not a type constructor.
> 
> How do you treat members of objects passed in? If I pass in a struct
> with a delegate in it, is it treated as scope too? What if it's an
> array? A class?

The scope applies to the bits of the object, not what they may refer to.



More information about the Digitalmars-d mailing list