FactoryMethodContainerAdder.isSupported

Check if symbol T is a type or module

struct FactoryMethodContainerAdder(ByTypeComponentStoringPolicy = ComponentStoringPolicyImpl, ByMethodComponentStoringPolicy = ComponentStoringPolicy!(ChainedIdentityResolverPolicy!(QualifiedAnnotationIdentityResolverPolicy, IdentifierBasedIdentityResolverPolicy), StorageLocatorPolicyImpl, AliasingPolicyImpl), ByTypeAliasingPolicy = TypeAliasingPolicy)
enum bool isSupported(alias T);

Return Value

true if it is a type, false otherwise

Meta