I couldn't find any information about this on the dlang web site.
What is the effect adding the immutable attribute to a class like this
immutable class MyClass { ... } The compiler doesn't complain. Will it add the immutable attribute to all members ?