Vector.opIndex

Undocumented in source.
  1. auto opIndex(size_t index)
    struct Vector(T, Allocator = Mallocator, bool addInGC = true)
    const
    opIndex
    (
    size_t index
    )
    if (
    is(T == Unqual!T)
    )
  2. auto opIndex(size_t index)

Meta