Module faster::zip [] [src]

Structs

PackedZip

A lazy iterator which returns tuples of the elements of its contained iterators.

PackedZipMap

A lazy mapping iterator which applies its function to a stream of tuples of vectors.

Traits

IntoPackedZip

A trait which can transform a collection of iterators into a PackedZip

PackedZippedIterator

A collection of packed iterators of the same scalar length and vector width, which may be iterated over in lockstep.