Vec.opSlice

  1. inout(T)[] opSlice()
    struct Vec(T)
    inout nothrow @nogc
    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