On 30.11.2015 13:27, Kagamin wrote:
Unfortunately in D constant doesn't mean constant :( it means readonly: you can read it, but it can change in other ways. Immutable means constant - doesn't change in any way.
Thanks, considering 'const' as 'readonly' explains my case rather well.