Creates a new Range using the following syntax
the start of the range
the end of the range
the created Range
auto r = range[3..9];
See Implementation
Creates a new Range using the following syntax