Vector.opUnary

Undocumented in source.
struct Vector(T)
@safe nothrow pure inout
template opUnary (
string op
) if (
op == "-" ||
op == "+"
) {}

Members

Aliases

opUnary
alias opUnary = positived
Undocumented in source.
opUnary
alias opUnary = negatived
Undocumented in source.

Meta