Am I doing something wrong?
@(1) void foo(T)(){} pragma(msg, __traits(getAttributes, foo)); // tuple() pragma(msg, __traits(getAttributes, foo!int)); // tuple(1)
Am I doing something wrong?
@(1) void foo(T)(){} pragma(msg, __traits(getAttributes, foo)); // tuple() pragma(msg, __traits(getAttributes, foo!int)); // tuple(1)