Module faster::into_iters[][src]

Traits

IntoSIMDIterator

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

IntoSIMDRefIterator

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

IntoSIMDRefMutIterator

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