Constructs a new object of type T and wraps it in a $(D_PSYMBOL Unique) using args as the parameter list for the constructor of T.
Type of the constructed object.
Types of the arguments to the constructor of T.
Allocator.
Constructor arguments of T.
Newly created $(D_PSYMBOL Unique!T).
Precondition: allocator !is null
See Implementation
Constructs a new object of type T and wraps it in a $(D_PSYMBOL Unique) using args as the parameter list for the constructor of T.