What is the difference? (D2)

Dave B. nospam at thankyou.com
Mon Jul 28 02:24:12 PDT 2008


Using them as parameter modifiers in functions, what is the difference 
between "in", "const" and "final"?

e.g.

void func(final int i)
{...}

vs

void func(in int i)
{...}

vs

void func(const int i)
{...}

Thanks



More information about the Digitalmars-d mailing list