Vector.opUnary

Inverses vector sign.

struct Vector(size_t Size, Type = float, string Accessors = "", string Orientation = "horizontal")
@trusted pure nothrow
opUnary
(
string op
)
()
if (
op == "-"
)
if (
Size > 0
)

Meta