https://issues.dlang.org/show_bug.cgi?id=16744

John Colvin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.loughran.colvin@gmail.
                   |                            |com

--- Comment #1 from John Colvin <[email protected]> ---
A more general alternative might be to (and brace yourself because you're
probably not gonna like it) introduce string template lambdas.

staticMap!(`a.sizeof`, args);
staticMap!(q{typeof(a)}, args);

--

Reply via email to