ValueInstanceFactory.initial - multiple declarations

Function ValueInstanceFactory.initial

Get initial

T initial () nothrow @safe;

Returns

T

Function ValueInstanceFactory.initial

Set initial

ValueInstanceFactory!T initial (
  T initial
) nothrow @safe;

Parameters

NameDescription
initial value which will be passed as created component

Returns

typeof(this)