D Lang'99 & Its future

Salih Dincer salihdb at hotmail.com
Tue Feb 8 18:19:55 UTC 2022


Hope, D will go on to the next version,
the compiler will release up to v10!

Many happy returns of the (D)ay...🥳

```d
   enum Dlang99 = 4026728633831507;

   union Magic
   {
     long data;
     char[8] bits;

     string toString()
     {
       return bits;
     }
   }
   auto magic = Magic(Dlang99<<10|'D');
        magic.writefln!"..::%s::..";
```


More information about the Digitalmars-d mailing list