Crate multi_iter

source ·
Expand description

This crate provides an iterator which can act on multiple elements at once without any allocations. Its functions are similar to std::iter::Iterator.

Structs

  • An iterator that provides functions for acting on multiple elements at a time.

Traits