Variable Interval.start

start of interval

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