Vector.opBinaryRight

opBinary x [+, -, *, /, %] y

  1. VecType opBinaryRight(Vector!(R, N) b)
    struct Vector(T, size_t N)
    const
    opBinaryRight
    (
    string op
    R
    )
    (
    in Vector!(R, N) b
    )
    if (
    isNumeric!R
    )
    if (
    isNumeric!T &&
    N > 0
    )
  2. VecType opBinaryRight(R b)

Meta