Alias DestructorAllocatorType

Similiar to DestructorType but returns destructor attributes of type Allocator and attributes of methods void[] allocate(size_t) and void deallocate(void[]).

alias DestructorAllocatorType(Allocator) = typeof(&impl!());

If method allocate is @safe/@trusted then method deallocate is assumed to be @trusted even if doesn't have @safe/@trusted attribute.