The OpenD Programming Language

Lab.opOpAssign

Binary assignment operators.

  1. typeof(this) opOpAssign(typeof(this) rh)
    struct Lab(F = float, alias whitePoint_ = (WhitePoint!F.D50))
    @safe pure nothrow @nogc ref
    typeof(this)
    opOpAssign
    (
    string op
    )
    (
    typeof(this) rh
    )
    if (
    op == "+" ||
    op == "-"
    ||
    op == "*"
    )
  2. typeof(this) opOpAssign(S rh)

Meta