isDestructor.Yes

Undocumented in source.
  1. enum bool Yes;
    template isDestructor(alias T)
    static if(is(typeof(&T) : R function(ref X, RCIAllocator = theAllocator), X, R) || is(typeof(&T) : R delegate(ref X, RCIAllocator = theAllocator), X, R) || is(typeof(T) : R function(ref X, RCIAllocator = theAllocator), X, R) || is(typeof(T) : R delegate(ref X, RCIAllocator = theAllocator), X, R))
    enum bool Yes;
  2. enum bool Yes;

Meta