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

Vladimir Panteleev <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Vladimir Panteleev <[email protected]> ---
Workaround:

alias I(alias X) = X;
alias notEmpty = I!(a => a.filter!(b => b > 0.0).empty);

http://blog.thecybershadow.net/2015/04/28/the-amazing-template-that-does-nothing/

--

Reply via email to