Vec.opIndex

Get the whole internal array.

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

Meta