__arrayAlloc

fnvoid[] __arrayAlloc(T)(size_t arrSize) @trusted

Allocate a memory block with appendable capabilities for array usage.

Parameters

arrSizesize of the allocated array in bytes

Returns

void[] matching requested size on success, null on failure.