Vector.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(Vector) opUnary()
    struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
    ref inout
    inout(Vector)
    opUnary
    (
    string op : "+"
    )
    ()
    if (
    D >= 1 &&
    (
    !normalizedFlag ||
    isFloatingPoint!E
    )
    )
  2. Vector opUnary()

Meta