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§
- Multi
Iterator - An iterator that provides functions for acting on multiple elements at a time.
Traits§
- Into
Multi Iterator - Conversion into a
MultiIterator
.