LinkedQueueWithLength

Undocumented in source.
alias LinkedQueueWithLength(T, string nextAttr = "_next") = _LinkedQueue!(T, nextAttr, true)

Meta