Vec.opIndex

Get the N-th component.

  1. T opIndex(int n)
    struct Vec(T, ulong n)
    @nogc pure const nothrow
    T
    opIndex
    (
    int n
    )
    if (
    n >= 1 &&
    isNumeric!T
    )
  2. T[n] opIndex()

Meta