Vec.opSlice

Return a slice of the held items. Ownership is unaffected, so this is a "view" into the contents. Can be used to perform range operations and iteration.

struct Vec(T)
inout
inout(T)[]
opSlice
()

Meta