Vector.opIndex

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

Meta