Three Unlikely Successful Features of D

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Mar 20 15:49:02 PDT 2012


On 3/20/12, Andrej Mitrovic <andrej.mitrovich at gmail.com> wrote:
> Here's one: C compatibility.

Now a real one: auto type inference. Could you possibly imagine what
the type name should be on the left-hand side?

? x = retro(stride(chain([1, 2], [3, 4]), 2));

Who knows. auto is great for these higher-level types.


More information about the Digitalmars-d mailing list