Vec.opSlice

Slicing support

struct Vec(T, size_t N)
const
size_t[2]
opSlice
(
in size_t start
,
in size_t end
)
if (
N > 0 &&
isNumeric!T
)

Meta