LinkedList.opIndex

Returns the element at the given index. Will cause segfault if indexed out of bounds.

  1. E opIndex(size_t index)
    struct LinkedList(E, bool allowDuplicates = true, alias equal = "a == b")
    ref @nogc @safe pure nothrow
    static if(allowDuplicates)
    E
    opIndex
    (
    size_t index
    )
  2. E opIndex(size_t index)

Meta