CirularQueue.deQueue

Undocumented in source. Be warned that the author may not have intended to support it.
struct CirularQueue(T, Allocator = GCAllocator, bool autoExten = false, bool addInGC = true)
pragma(inline, true) nothrow
T
deQueue
(
T v = T.init
)
if (
is(T == Unqual!T)
)

Meta