A proposal that has nothing to do with const

Jason House jason.james.house at gmail.com
Sun Dec 9 09:56:00 PST 2007


BCS wrote:
> it occurred to me that it would be
> hand to have a way to say "this type may not be assigned to a variable
> outside of this code".

I usually view scope in this way...  If a variable is passed into functions
as a scope, it can't use it past the end of the function call.



More information about the Digitalmars-d mailing list