LinkedListWithLengthAndOwner

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

Meta