BoundedArray.opIndex

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

Meta