rust/library/core/src/iter
bors fabf502a7a Auto merge of #87168 - the8472:flatten-len, r=scottmcm
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.

resolves #87094
2021-07-20 23:47:48 +00:00
..
adapters replace Option combinators with try block 2021-07-19 20:22:26 +02:00
sources Added diagnostic items to functions for Clippy 2021-07-15 23:47:03 +02:00
traits Added diagnostic items to structs and traits for Clippy 2021-07-15 23:57:02 +02:00
mod.rs Specialize implementations 2021-05-26 18:07:09 -04:00
range.rs Correct invariant documentation for steps_between 2021-07-14 13:48:18 -07:00
sources.rs Split iterator sources into different modules 2020-11-22 02:39:21 +03:00