Crate iter_vals

Source
Expand description

This crate provides a way to create iterators on the fly.

It currently only consists of the iter_vals macro to archive that.

Macrosยง

iter_vals
Creates an iterator for all the given values.