haveCommonType

Resolves to true if there exists a non-void common type for all elements of T.

enum bool haveCommonType(T...);

Meta