CirularQueue.addToGC

Undocumented in source.
struct CirularQueue(T, Allocator = GCAllocator, bool autoExten = false, bool addInGC = true)
enum addToGC = addInGC && hasIndirections!T && !is(Unqual!Allocator == GCAllocator);

Meta