isAllocator.isAllocator

Undocumented in source.
template isAllocator(T)
enum isAllocator = isAllocatorAlike!(Unqual!T) || isAllocatorAlike!(shared Unqual!T);

Meta