LIFO behavior with [bag]
Regarding [bag] -- You're able to get FIFO (first in first out) behavior with the cut message, but is there really no option for getting LIFO (last in first out)?
I'm aware zl.stack gives you LIFO, but I'm struggling to figure out how to manage the contents of the stack in a way that's as intuitive as it is with bag.
The solve for LIFO with [bag]:
Follow it with [thresh] and [zl.slice 1].