ModuleContainerAdder.isSupported

Check if T symbol is a module.

struct ModuleContainerAdder(ContainerAdderPolicy)
enum bool isSupported(alias T);

Return Value

true if it is a module, false otherwise

Meta