CirularQueue.length

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) @property
uint
length
()
if (
is(T == Unqual!T)
)

Meta