Returns the number of elements in the Range
Allows the range to work in a foreach loop
Allows the range to work in a foreach_reverse loop
Creates an array of the Range
Returns the element at the specified index
Creates an array of the Range
Creates an array of the Range
Creates a new Range using the following syntax
This stucts represents a range with a beginning and an end. The Range only workds with integer types and char types.