Vec.opUnary

Returns the negated vector.

struct Vec(T, ulong n)
@nogc pure nothrow const
Vec!(T, n)
opUnary
(
string s
)
()
if (
s == "-"
)
if (
n >= 1 &&
isNumeric!T
)

Meta