The a..b operator returns the slice of the vector
a new vector containing values from a to b
See Implementation
The a..b operator returns the slice of the vector