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_)
    inout @safe
    typeof(this)
    opIndex
    (
    size_t[2] bounds
    )

Meta