_LinkedList.invalid

Undocumented in source.
  1. enum invalid;
    struct _LinkedList(T, string nextAttr, string prevAttr, string ownerAttr, bool withLength)
    pure nothrow @nogc
    static if(isPointer!T)
    enum invalid = null;
  2. enum invalid;

Meta