Documentation
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
Requires
Dependencies
Consumers
Package
A library to create and use elisp iterators objects
Documentation
Provide simple iterations functions. Usage: (setq foo (iterator:list '(a b c))) (iterator:next foo) => a (iterator:next foo) => b (iterator:next foo) => c
Requires
Consumers