opIndex

Index operator must be const to preserve ordering.

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

Meta