Color.opBinary

Warning: overloaded operators preserve types and may cause overflows

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

Meta