rust/library/core/tests/iter
The8472 8dd903cc77 implement ConstSizeIntoIterator for &[T;N] in addition to [T;N]
Due to #20400 the corresponding TrustedLen impls need a helper trait
instead of directly adding `Item = &[T;N]` bounds.
Since TrustedLen is a public trait this in turn means
the helper trait needs to be public. Since it's just a workaround
for a compiler deficit it's marked hidden, unstable and unsafe.
2021-07-16 20:38:42 +02:00
..
adapters implement ConstSizeIntoIterator for &[T;N] in addition to [T;N] 2021-07-16 20:38:42 +02:00
traits library/core/tests/iter documentation and cleanup 2021-01-22 17:57:08 -05:00
mod.rs library/core/tests/iter documentation and cleanup 2021-01-22 17:57:08 -05:00
range.rs library/core/tests/iter rearrange & add back missed doc comments 2021-01-22 17:57:07 -05:00
sources.rs