Constructs a new class instance of type T using args as the parameter list for the constructor of T.
Class type.
Types of the arguments to the constructor of T.
Allocator.
Constructor arguments of T.
Newly created $(D_PSYMBOL T).
Precondition: allocator !is null
See Implementation
Constructs a new class instance of type T using args as the parameter list for the constructor of T.