On 3/24/2011 12:23 AM, Caligo wrote:
Greetings,I have a C++ class that I would like to rewrite it in D. The class has members that are declared as 'mutable'. How do I achieve the same effect in D? if not, what is recommended?
You don't. Specific recommendations would depend on how the class is used.
