DecoratorChain.empty

Whether empty or not

struct DecoratorChain(ComponentType, DecoratorType)
bool
empty
()
if (
is(ComponentType == class) ||
is(ComponentType == interface)
)

Return Value

Type: bool

true if empty false otherwise

Meta