Vector.opBinaryRight

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

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

Meta