isPolymorphicType

enum bool isPolymorphicType(T);

Return Value

$(D_KEYWORD true) if T is a class or interface, $(D_KEYWORD false) otherwise.

Meta