Elixir needs a FIFO type?

It is yep. Though you can finagle a queue into it by ‘inverting’ the queue so that the zipper point represent the beginning/end of the queue on each of its left/right sides like in my much earlier post. :slight_smile: