ChainedContainerAdder.isSupported

Check if at least one ContainerAdder supports passed symbol

struct ChainedContainerAdder(ContainerAdderPolicies...)
enum bool isSupported(alias T);

Return Value

true if at least one ContainerAdder knows how to scan symbol, false otherwise

Meta