FindAllocator.FindAllocator

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

Meta