PlaceholderImpl

Implementation of Placeholder!T.

Constructors

this
this(T value)

Constructor for placeholder accepting stored value.

Members

Functions

type
TypeInfo type()

Get the type of component that is stored in.

Properties

value
T value [@property setter]

Set value

value
inout(T) value [@property getter]

Get value

Meta