applyInterfaces

Iterate through all interfaces that type implements, directly or indirectly, including base interfaces.

struct applyInterfaces {
ConstClassInfo type;
}

Members

Functions

opApply
int opApply(int delegate(ref ConstClassInfo) dg)

Meta