Rect.opBinary

operator overload for multiply

  1. Rect opBinary(Point rhs)
  2. Rect opBinary(Scalar[2] rhs)
  3. Rect opBinary(Scalar rhs)
    struct Rect
    opBinary
    (
    string op
    )
    if (
    op == "*"
    )

Meta