Function anonymous

Represents a reference to component yet to be constructed.

auto auto anonymous(T, X) (
  T factory
);

auto AnonymousFactoryReference anonymous (
  Factory!(Object) factory
) nothrow @safe;

Represents a reference to component yet to be constructed. It will instantiate the referenced component using an object factory, and will serve it to requestor.