AffixAllocator.alignment

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

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

Meta