_LinkedList.withOwner

Undocumented in source.
struct _LinkedList(T, string nextAttr, string prevAttr, string ownerAttr, bool withLength)
enum withOwner = ownerAttr.length > 0;

Meta