CirularQueue.clear

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)
void
clear
()
if (
is(T == Unqual!T)
)

Meta