Variable Interval.b

The interval endpoints.

struct Interval
{
  // ...
  T b ;
  // ...
}