Hello Simen,

Walter Bright <[email protected]> wrote:

Right now, mixins are defined and used as:

template foo(T) { declarations... }

mixin foo!(int) handle;

The proposal is to switch it around:

mixin template foo(T) { declarations... }

foo!(int) handle;

What consensus was reached here?

IIRC, none.

--
... <IXOYE><



Reply via email to