Array.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(T)[] opIndex()
    struct Array(alias T, alias AllocT = SystemAllocator, alias Grow = DefaultGrowth)
    @nogc nothrow @safe inout pure
    inout(T)[]
    opIndex
    ()
  2. inout(T) opIndex(size_t index)

Meta