Vec.opUnary

Unary "-" operation.

  1. Vec!(T, N) opUnary()
  2. Vec!(T, N) opUnary()
    struct Vec(T, size_t N)
    const
    Vec!(T, N)
    opUnary
    (
    string op : "-"
    )
    ()
    if (
    N > 0 &&
    isNumeric!T
    )

Meta