Vector.opIndex

  1. T opIndex(size_t i)
  2. const(T) opIndex(size_t i)
    struct Vector(T, ubyte N)
    ref const
    const(T)
    opIndex
    (
    size_t i
    )
    if (
    N >= 2 &&
    N <= 4
    )

Meta