Interval.opAssign

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

Parameters

rhs Interval

The Interval to assign to this one.

Meta