DArray.scanIfPtrs

A block needs to be scanned by the GC, if E as pointers.

struct DArray(E)
enum scanIfPtrs = hasIndirections!E ? 0 : GC.BlkAttr.NO_SCAN;

Meta