BoundedArray.opIndex

  1. 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)
    struct BoundedArray(E, size_t maxElements_)
    const @safe
    static if(isCopyable!(const(E)))
    const(typeof(this))
    opIndex
    (
    size_t[2] bounds
    )

Meta