BoundedArray.opIndex

  1. inout(E[]) opIndex()
    struct BoundedArray(E, size_t maxElements_)
    inout pure nothrow @safe
    inout(E[])
    opIndex
    ()
  2. inout(E) opIndex(size_t idx)
  3. typeof(this) opIndex(size_t[2] bounds)
  4. const(typeof(this)) opIndex(size_t[2] bounds)

Meta