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(T num)
    struct Vector(T)
    @safe nothrow pure inout
    opBinary
    (
    string op
    )
    (
    T num
    )
    if (
    isNumeric!T &&
    isMutable!T
    &&
    isSigned!T
    )

Meta