MutableAlloc.LocalAllocT

Undocumented in source.
  1. alias LocalAllocT = AffixAllocator!(Alloc, RefCountedMutable)
  2. alias LocalAllocT = AffixAllocator!(Alloc, RefCountedMutable)
    struct MutableAlloc(Alloc)
    static if(!(is(Alloc == shared)))
    alias LocalAllocT = AffixAllocator!(Alloc, RefCountedMutable)

Meta