LinkedQueue

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

Meta