Vector.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector!T opBinary(Vector rhs)
  2. Vector!T opBinary(R num)
    struct Vector(T)
    @safe nothrow pure inout
    opBinary
    (
    string op
    R
    )
    (
    R num
    )
    if (
    isImplicitlyConvertible!(R, T)
    )
    if (
    isNumeric!T &&
    isSigned!T
    )

Meta