AffixAllocator.alignment

If Prefix is void, the alignment is that of the parent. Otherwise, the alignment is the same as the Prefix's alignment.

struct AffixAllocator(Allocator, Prefix, Suffix = void)
static if(hasStaticallyKnownAlignment!Allocator)
enum uint alignment;

Meta