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

Reply via email to