Creates a type representing a range of numbers from TStart to TEnd (inclusive).
The starting number of the range
The ending number of the range
This type uses the Exclude utility type along with a LessThan helper type to generate a union of all numbers within the specified range.
Creates a type representing a range of numbers from TStart to TEnd (inclusive).