rust/library/core/tests/iter/adapters
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
..
chain.rs Remove Option::{unwrap_none, expect_none}. 2021-03-14 12:54:34 +01:00
cloned.rs
copied.rs
cycle.rs
enumerate.rs library/core/tests/iter rearrange & add back missed doc comments 2021-01-22 17:57:07 -05:00
filter.rs library/core/tests/iter rearrange & add back missed doc comments 2021-01-22 17:57:07 -05:00
filter_map.rs library/core/tests/iter rearrange & add back missed doc comments 2021-01-22 17:57:07 -05:00
flat_map.rs library/core/tests/iter rearrange & add back missed doc comments 2021-01-22 17:57:07 -05:00
flatten.rs implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N] 2021-07-15 22:59:30 +02:00
fuse.rs library/core/tests/iter rearrange & add back missed doc comments 2021-01-22 17:57:07 -05:00
inspect.rs
intersperse.rs Fix core tests 2021-03-03 11:22:49 +01:00
map.rs library/core/tests/iter rearrange & add back missed doc comments 2021-01-22 17:57:07 -05:00
mod.rs library/core/tests/iter rearrange & add back missed doc comments 2021-01-22 17:57:07 -05:00
peekable.rs
scan.rs
skip.rs
skip_while.rs
step_by.rs
take.rs
take_while.rs
zip.rs disable test on platforms that don't support unwinding 2021-06-20 12:20:05 +02:00