Check if a variadic argument is numeric?

Hamborg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jul 5 23:26:45 PDT 2017


I can test for exactly what what the args are with (_arguments[i] 
== typeid(int)) but if I just want to know if it's numeric and 
can pull it out as a double what should I do? I don't really want 
to test for int, uint, byte, float, etc individually.


More information about the Digitalmars-d-learn mailing list