Vec.copy

Gets a copy of this vector.

struct Vec(T, size_t size)
const @nogc
Vec!(T, size)
copy
()
if (
isNumeric!T &&
size > 0
)

Return Value

Type: Vec!(T, size)

A copy of this vector.

Meta