Vector.opSlice

Slice containing vector values

  1. T[] opSlice()
    struct Vector(T, int N)
    nothrow @nogc pure nothrow
    T[]
    opSlice
    ()
  2. T[] opSlice(int a, int b)

Return Value

Type: T[]

a slice which covers the whole Vector.

Meta