Testing some singleton implementations

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Jan 31 04:09:38 PST 2014


On 1/31/14, Jacob Carlborg <doob at me.com> wrote:
> In D2 if if a variable is immutable or const you can not call non-const
> non-immutable methods via that variable. D1 didn't have any concept of
> this. "const" and "final" in D1 as more, you cannot change this variable.

So in D1 const is non-transitive?


More information about the Digitalmars-d mailing list