iterator

Homepage: https://github.com/thierryvolpiatto/iterator

Updated:

Summary

A library to create and use elisp iterators objects

Commentary

Provide simple iterations functions.
Usage:
(setq foo (iterator:list '(a b c)))
(iterator:next foo) => a
(iterator:next foo) => b
(iterator:next foo) => c

Dependencies

Reverse dependencies