[][src]Crate chained_iter

Provides a small helper macro for creating iterators out of values without allocation.

Macros

chained_iter

Creates an Iterator containing the arguments, as a Chain of Once iterators.