Function MutableDecorator.decorated

Set the decorated object for decorator.

Decorator!T decorated (
  T decorated
) nothrow @safe;

Parameters

NameDescription
decorated decorated data

Returns

this