vector.opIndex

  1. inout(T) opIndex(size_t index)
  2. inout(T)[] opIndex(size_t[2] slice)
    struct vector(T, Alloc)
    extern (D) inout pure nothrow @safe @nogc
    inout(T)[]
    opIndex
    (
    size_t[2] slice
    )
  3. inout(T)[] opIndex()

Meta