_LinkedList.length

Undocumented in source.
struct _LinkedList(T, string nextAttr, string prevAttr, string ownerAttr, bool withLength)
static if(withLength)
size_t length;

Meta