Vec.opSlice

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

Return Value

Type: inout(T)[]

A slice of the array.

Meta