MutableDecoratorMixin.decorated

Set decorated

  1. typeof(this) decorated(T decorated)
    mixintemplate MutableDecoratorMixin(T)
    @safe nothrow pure
    typeof(this)
    decorated
  2. inout(T) decorated()

Parameters

decorated T

the element that is decorated by implementor

Return Value

Type: typeof(this)

typeof(this)

Meta