Vec.copy

Gets a copy of this vector.

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

Return Value

Type: MY_TYPE

A copy of this vector.

Meta