Learn D in x minutes

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Wed May 14 01:46:33 PDT 2014


Martin Nowak:

> http://drepl.dawg.eu

Looks quite nice, it can become quite useful for D programmers.

If I insert:
int[int] d = [1: 2, 3:4];

It answers me:
=> non-constant expression [1:2, 3:4]

Bye,
bearophile


More information about the Digitalmars-d mailing list