Remove start of a list Or Move Whole list left?
|
05-02-2023, 07:08 PM
Post: #1
|
|||
|
|||
Remove start of a list Or Move Whole list left?
Is there a quick way to shift a whole list to the left, removing the first entry? It's fine if it wraps around and places the first entry in the last position.
Other than that, can the first (left hand) entry of a list be deleted? |
|||
05-02-2023, 07:18 PM
Post: #2
|
|||
|
|||
RE: Remove start of a list Or Move Whole list left?
tail(list) will remove the first element of list.
|
|||
05-02-2023, 07:32 PM
Post: #3
|
|||
|
|||
RE: Remove start of a list Or Move Whole list left?
... and this is also worth checking out:
https://www-fourier.ujf-grenoble.fr/~par...#sec%3Aseq Prime G2, 15C CE |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)