Ranges
toList
fun toList() > [int]
Returns: A list containing the sequence of integers of that range
len
fun len() > int
Returns: How many integers there is in that range
invert
fun invert() > rg
Returns: A new range with its boundaries inverted
fun toList() > [int]
Returns: A list containing the sequence of integers of that range
fun len() > int
Returns: How many integers there is in that range
fun invert() > rg
Returns: A new range with its boundaries inverted