Count of elements to be allocated for the array.
size in bytes for memory alignment pattern.
Dynamic array of type T, with lenght of given count, aligned using given alignment size.
note: Dynamic array is not added to GC, so it has to be destoyed explicitly using alignedFree. If GC is needed, use alignedAllocGC.
Allocate array using strict memory alignment.
Uses std.experimental.allocator.mallocator.AlignmedMallocator to allocate memory.