AffixAllocator.instance

The instance singleton is defined if and only if the parent allocator has no state and defines its own it object.

  1. AffixAllocator instance;
    struct AffixAllocator(Allocator, Prefix, Suffix = void)
    version(StdDdoc)
    static
    AffixAllocator instance;
  2. enum AffixAllocator instance;

Meta