Skip to main content

Module source

Module source 

Source
Expand description

Read-only lane source — the IndexedSource trait and the LaneZip adapter.

Structs§

LaneZip
Pair of two IndexedSources of equal length. Yields (A::Item, B::Item) per lane.

Traits§

IndexedSource
A length-known source supporting unchecked indexed reads.