Hello everyone!!!....

I have a vector of n elements, and I'd want to shift it left, is there maybe a function that does it?...
Like I have for example:

1;2;3;4;5;6

after shifting left I should have:

2;3;4;5;6;7

where I lost 1 and inserted 7 at last position...

Thanks a lot
Ciao
Luigi