Vector.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinary(T rhs)
  2. Vector opBinary(F r)
  3. Vector!(CommonType!(E, F), D) opBinary(Vector!(F, D) r)
    struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
    const
    Vector!(CommonType!(E, F), D)
    opBinary
    (
    string op : "*"
    F
    )
    (
    in Vector!(F, D) r
    )
    if (
    D >= 1 &&
    (
    !normalizedFlag ||
    isFloatingPoint!E
    )
    )
  4. Vector!(E, T.rows) opBinary(T rhs)

Meta