I generally just do the normal iterate `countDown(mySeq.high, 0)` and either `del` or `delete` depending if order matters. It's simple but it works :D
- Delete items in a seq while iterating over it? elcritch
- Delete items in a seq while iterating over it? moigagoo
- Delete items in a seq while iterating over it? ElegantBeef
