in vs. const

dsimcha dsimcha at yahoo.com
Sat Mar 7 07:37:07 PST 2009


All the discussion about const on this NG lately has made me realize that I
have no idea what the difference is between const and in, i.e. what is the
difference between:

SomeType foo(const SomeType bar) and
SomeType foo(in SomeType bar)

?



More information about the Digitalmars-d mailing list