Vector.opSlice

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

Return Value

Type: T[]

a slice which covers the whole Vector.

Meta