Does D have too many features?

Jacob Carlborg doob at me.com
Tue May 1 04:41:48 PDT 2012


On 2012-05-01 11:50, Artur Skawina wrote:

> Since one of the most characteristic D features is overloading "static"
> whenever possible, this would fit right in:
>
>     auto arr = static [1, 2, 3];
>
> artur

Meaning this would need to be allowed:

static arr = static [1, 2, 3];

That looks a bit confusing.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list