Earlier quoted context omitted.
Do you know any use cases, other than iteration? Would love to know any interesting ones. Thanks!
Yeah, you can use it to implement a simple (but not necessarily very performant) LRU: https://github.com/SamSaffron/lru_redux/blob/037ee594aded597...
Very cool, thanks for sharing!