__arrayPad

fnsize_t __arrayPad(size_t size, const TypeInfo tinext) nothrow pure @trusted

get the padding required to allocate size bytes. Note that the padding is NOT included in the passed in size. Therefore, do NOT call this function with the size of an allocated block.