Array.opIndex

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

Meta