Yet yet yet yet another thread about const and immutable.

Gor Gyolchanyan gor.f.gyolchanyan at gmail.com
Tue Oct 25 03:15:27 PDT 2011


What's the difference between const-declared variable and
immutable-declared variable?

module a;

const(int) a;
immutable(int) b;

void main()
{
}


More information about the Digitalmars-d mailing list