MacrosΒ§
StructsΒ§
- Zip
- An iterator that iterates two other iterators simultaneously.
TraitsΒ§
- Spec
Fold π - Spec
Trusted πRandom Access - ZipFmt π
- ZipImpl ππ»
- Trusted
Random π»Access Experimental - An iterator whose items are random-accessible efficiently
- Trusted
Random π»Access NoCoerce Experimental - Like
TrustedRandomAccess
but without any of the requirements / guarantees around coercions to supertypes after__iterator_get_unchecked
(they arenβt allowed here!), and without the requirement that subtypes / supertypes implementTrustedRandomAccessNoCoerce
.
FunctionsΒ§
- try_
get_ ππ» βunchecked - Like
Iterator::__iterator_get_unchecked
, but doesnβt require the compiler to know thatU: TrustedRandomAccess
. - zip
- Converts the arguments to iterators and zips them.