Walter Bright wrote: > I wrote a brief article which should help: > > http://www.digitalmars.com/d/2.0/migrate-to-shared.html Sir, So immutable is an alias of invariant? D now has 3 keywords that have somewhat similar meaning: const invariant immutable. Thx.