DecoratorChain.popFront

Move to next decorator in chain

struct DecoratorChain(ComponentType, DecoratorType)
@trusted
void
popFront
()
if (
is(ComponentType == class) ||
is(ComponentType == interface)
)

Meta