Another 'what is the difference between'

Funog funog at ifrance.com
Sat Sep 8 01:35:32 PDT 2007


Already asked this in digitalmars.D.learn, but ...


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