Interval.opAssign

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

Parameters

rhs Interval

The Interval to assign to this one.

Meta