Color.opOpAssign

Warning: overloaded operators preserve types and may cause overflows

  1. typeof(this) opOpAssign(int o)
    struct Color(FieldTuple...)
    typeof(this)
    opOpAssign
    (
    string op
    )
    (
    int o
    )
  2. typeof(this) opOpAssign(T o)
  3. typeof(this) opUnary()
  4. typeof(this) opBinary(T o)

Meta