Walter Bright: > I think that's unworkable, as static variables cannot immutable in one > instance and mutable in another.
If you want you can express your opinion about the second part of the post too. Some people (I think 4 so far) more or less want to disallow the access of static fields from an instance. Generally in my D/Python code I prefer to access static field using the class/struct name, to reduce possible confusion. Bye, bearophile
