TypeContainerAdder.isSupported

Check if symbol T is a type definition.

struct TypeContainerAdder(TypeTransformerPolicy, ComponentStoringPolicy = ComponentStoringPolicyImpl)
enum bool isSupported(alias T);

Return Value

true if it is a type, false otherwise

Meta