Vector.opSlice

Returns a slice. @system because the pointer in the slice might dangle.

  1. T[] opSlice()
  2. T[] opSlice(size_t start, size_t end)
    struct Vector(T)
    T[]
    opSlice
    (
    size_t start
    ,
    size_t end
    )

Meta