The OpenD Programming Language

Lab.opOpAssign

Binary assignment operators.

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

Meta