LinkedListWithOwner

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

Meta