How to make a global immutable associative array?

bearophile bearophileHUGS at lycos.com
Tue Mar 18 17:37:26 PDT 2014


Dan Killebrew:

> Seems unintuitive and roundabout. Is this a bug or a feature?

It's a good feature. Generally immutable variables are 
initializable from strongly pure functions. If you think about 
what immutability and purity mean, it's a good match.

Bye,
bearophile


More information about the Digitalmars-d mailing list