Make and return uninitialized array of length.
Unlike @trusted pureMalloc this must be @system because the return value of this factory function can be accessed in @safe code.
See Implementation
Make and return uninitialized array of length.
Unlike @trusted pureMalloc this must be @system because the return value of this factory function can be accessed in @safe code.