BoundedArray.opIndex

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

Meta