The OpenD Programming Language

NegInfInterval.opAssign

  1. NegInfInterval opAssign(NegInfInterval rhs)
    struct NegInfInterval(TP)
    ref pure nothrow
    opAssign
    ()
  2. NegInfInterval opAssign(NegInfInterval rhs)

Parameters

rhs NegInfInterval

The NegInfInterval to assign to this one.

Meta