Constructs a new array with size elements and wraps it in a $(D_PSYMBOL Unique).
Array type.
Array element type.
Array size.
Allocator.
Newly created $(D_PSYMBOL Unique!T).
Precondition: allocator !is null && size <= size_t.max / E.sizeof
See Implementation
Constructs a new array with size elements and wraps it in a $(D_PSYMBOL Unique).