Vec.opSlice

  1. inout(T)[] opSlice()
    struct Vec(T)
    nothrow @nogc public inout
    inout(T)[]
    opSlice
    ()
  2. inout(T)[] opSlice(size_t i1, size_t i2)

Return Value

Type: inout(T)[]

Whole content of the array in one slice.

Meta