Make an array of the specified type.
Mallocator alloc; ubyte[] mem = alloc.makeArray!ubyte(64); scope(exit) alloc.dispose(mem);
Make an array of the specified type.