opIndex

Index operator.

  1. const(E) opIndex [@property getter]
  2. inout(E) opIndex [@property getter]
    @property pragma(inline, true) @nogc pure inout @trusted ref return scope
    @"complexity", "O(1)"
    static if(!(isOrdered!ordering))
    inout(E)
    opIndex
    (
    size_t i
    )

Meta