rust/library/core/tests/iter
The8472 bd1c39dc6c implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N]
This only works if arrays are passed directly instead of array iterators
because we need to be sure that they have not been advanced before
Flatten does its size calculation.
2021-07-15 22:59:30 +02:00
..
adapters implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N] 2021-07-15 22:59:30 +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