FindAllocator.FindAllocator

Undocumented in source.
  1. alias FindAllocator = GCAllocator
  2. alias FindAllocator = Args[0]
  3. alias FindAllocator = FindAllocator!(Args[1..$])
    template FindAllocator(Args...)
    static if(!(Args.length == 0))
    static if(!(IsAllocator!(Args[0])))
    alias FindAllocator = FindAllocator!(Args[1..$])

Meta