Is true iff Types all share a common type.
static assert(haveCommonType!(bool, int, long)); static assert(!haveCommonType!(bool, int, string));
See Implementation
Is true iff Types all share a common type.