Variable Interval.a

The interval endpoints.

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