LinkedListWithLength

Undocumented in source.
alias LinkedListWithLength(T, string nextAttr = "_next", string prevAttr = "_prev") = _LinkedList!(T, nextAttr, prevAttr, "", true)

Meta