SwitchableContainer.decorated

Set the decorated decorated

  1. SwitchableContainer!T decorated(T decorated)
    class SwitchableContainer
    @safe nothrow
    decorated
  2. T decorated()

Parameters

decorated T

decorated to be decorated

Return Value

Type: SwitchableContainer!T

SwitchableContainer!T decorating decorated.

Meta