[][src]Module permute::arbitrary_tandem_control_iter

An iterator over a slice that uses another iterator to control the next element in the sequence.

Structs

ArbitraryTandemControlIterator

An iterator over a slice that uses another iterator to control the next element in the sequence, in any arbitrary order, without copying.