Another 'what is the difference between'

Patrick Kreft patrick_kreft at gmx.net
Sat Sep 8 02:19:32 PDT 2007


Funog schrieb:
> Already asked this in digitalmars.D.learn, but ...
> 
> 
Hmm ich can not compile such expression xD


> What is the difference between:
> 
> void bar(const scope someStruct foo)
> 
> and
> 
> void bar(final const scope someStruct foo)
> ( = void bar(in someStruct foo) )
> 
> ?
> 



More information about the Digitalmars-d mailing list