RangeTo<C extends Comparable<C>> constructor

const RangeTo<C extends Comparable<C>>(
  1. C end
)

Implementation

const RangeTo(this.end);