isContainerAdder

Check if T implements ContainerAdder interface.

A ContainerAdder is component that is responsible to scan a symbol for it's members, transform them using passed Transformers, and add them to storage.

enum bool isContainerAdder(T, alias X = Object);

Return Value

true if it implements ContainerAdder interface, false otherwise

Meta