Macros
Structs
- An iterator that iterates two other iterators simultaneously.
Traits
- TrustedRandomAccessExperimentalAn iterator whose items are random-accessible efficiently
- TrustedRandomAccessNoCoerceExperimentalLike
TrustedRandomAccess
but without any of the requirements / guarantees around coercions to subtypes after__iterator_get_unchecked
(they aren’t allowed here!), and without the requirement that subtypes / supertypes implementTrustedRandomAccessNoCoerce
. - ZipFmt 🔒
- ZipImpl 🔒
Functions
- Like
Iterator::__iterator_get_unchecked
, but doesn’t require the compiler to know thatU: TrustedRandomAccess
. - Converts the arguments to iterators and zips them.