operator unary- method

Vector<T> operator unary-()

Returns a view of this Vector negated.

Implementation

Vector<T> operator -() => unaryOperation(dataType.field.neg);