Passing Arguments on in Variadic Functions

jmh530 via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Sep 17 14:03:54 PDT 2015


On Thursday, 17 September 2015 at 18:40:56 UTC, Adam D. Ruppe 
wrote:
>
> import std.meta;
> import std.traits;
>
> if(allSatisfy!(isNumeric, V))
>
> should do it

Was not aware of allSatisfy. Thanks.



More information about the Digitalmars-d-learn mailing list