Function anonymous

Represents a reference to data yet to be constructed.

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

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

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