Interval.this - multiple declarations

Function Interval.this

this (
  T low,
  T high
);

Function Interval.this

this (
  T single
);