Tests whether T is a quantity type
static assert(isQuantity!Time); static assert(isQuantity!(typeof(meter))); static assert(!isQuantity!real);
See Implementation
Tests whether T is a quantity type