Module faster::iters [] [src]

Structs

PackedIter

A slice-backed iterator which can automatically pack its constituent elements into vectors.

PackedMap

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

Traits

IntoPackedIterator

A trait which transforms a contiguous collection into an owned stream of vectors.

IntoPackedRefIterator

A trait which transforms a contiguous collection into a slice-backed stream of vectors.

IntoPackedRefMutIterator

A trait which transforms a contiguous collection into a mutable slice-backed stream of vectors.

IntoScalar

A trait which can transform a stream of vectors into a contiguous collection of scalars.

PackedIterator

An iterator which automatically packs the values it iterates over into SIMD vectors.