_LinkedQueue.length

Undocumented in source.
struct _LinkedQueue(T, string nextAttr, bool withLength)
static if(withLength)
size_t length;

Meta