MutableDecorator.decorated

Set the decorated object for decorator.

  1. alias decorated = Decorator!T.decorated
  2. T decorated [@property setter]
    interface MutableDecorator(T)
    @property @safe nothrow
    typeof(this)
    decorated

Parameters

decorated T

decorated component

Return Value

Type: typeof(this)

this

Meta