IgnoringContainerAdder

ContainerAdder that will ignore specific packages.

Members

Static functions

scan
void scan(Locator!() locator, Storage!(ObjectFactory, string) storage)

Scan T if it is not in ignored package.

Variables

isSupported
enum bool isSupported(alias T);

Check if T symbol is a module.

Parameters

pack

package that will be ignored.

ContainerAdderPolicy

policy run on not ignored packages.

Meta