<div dir="ltr">So I've run into an expression I need to be able to implement std.simd properly for GDC/LDC.<div><br></div><div style>Doesn't work:</div><div style>  @attribute("target", T) void func(string T)(...);</div>
<div style><br></div><div style>In this case, currently, the UDA can't receive the template arg that was given to the function.</div><div style><br></div><div style>I require that attributes on templates be able to make use of the template args, since the template arg given may affect the attribute in some circumstances.</div>
</div>