Create an iterator which invokes a unary function accepting a single numeric argument for each iterated value.
Create an iterator which invokes a function for each iterated value.
Iterator tools for maps (`HashMap`, `BTreeMap`, etc.)
Implement commonly used combinations of `Iterator::map`
A typestate pipeline engine with compile-time validation, hooks, and an extension system.