isNumeric

template isNumeric (
T
) {
enum bool test1;
enum bool test2;
enum bool isNumeric;
}

Meta