On Tue Dec 27 12:04:05 2022 +0000, Jinoh Kang wrote:
You can use `list_add_head` to _prepend_ items to a list. You can avoid reversing the list this way. Sorry for failing to mention this earlier.
Think reverse path order did turn out to be convenient in some places, but yeah, linked list works both ways just fine, going to change the order to left-to-right so that it's hopefully more straightforward to read.