Vector.opUnary

Unary operation for "-".

  1. Vector opUnary()
  2. Vector opUnary()
    struct Vector(T, uint S)
    const
    opUnary
    (
    string op
    )
    ()
    if (
    op == "-"
    )
    if (
    __traits(isArithmetic, T)
    )

Return Value

Type: Vector

an inverted vector

Meta