Vector.opIndex

  1. T opIndex(size_t index)
    struct Vector(T, int Dimention)
    pure const
    T
    opIndex
    (
    in size_t index
    )
    if (
    __traits(isArithmetic, T) &&
    Dimention > 0
    )
  2. T opIndex(size_t index)

Meta