Vector.opUnary

Allows unary functions to be applied to the vector; aplies the same operator to all components

class Vector(T, uint dimensions)
Vector!(T, dimensions)
opUnary
(
string op
)
(
)

Meta