aerc/lib/iterator
Koni Marti c83ffabf38 iterator: implement iterators over uid/thread data
Implement an iterator framework for uid and thread data. Iterators
ensure that the underlying data is accessed in the right order and
provide an abstraction of the index handling.

Iterators should be used when the order of the uids/threads is
important.

Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-10-27 22:44:39 +02:00
..
impl.go iterator: implement iterators over uid/thread data 2022-10-27 22:44:39 +02:00
iterator.go iterator: implement iterators over uid/thread data 2022-10-27 22:44:39 +02:00
iterator_test.go iterator: implement iterators over uid/thread data 2022-10-27 22:44:39 +02:00