HelpDecoratingContainer.HelpDecoratingContainer.decorated - multiple declarations

Function HelpDecoratingContainer.HelpDecoratingContainer.decorated

Set the decorated container

HelpDecoratingContainer.HelpDecoratingContainer!T decorated (
  T decorated
) nothrow @safe;

Parameters

NameDescription
decorated container to be decorated

Returns

HelpDecoratingContainer!T decorating container.

Function HelpDecoratingContainer.HelpDecoratingContainer.decorated

Get the decorated container.

T decorated () nothrow @safe;

Returns

inout(T) decorated container