Color.opBinaryRight

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

  1. auto opBinaryRight(Color!(R, N) b)
    struct Color
    const
    opBinaryRight
    (
    string op
    R
    )
    (
    in Color!(R, N) b
    )
    if (
    isNumeric!R
    )
  2. auto opBinaryRight(R b)

Meta