granite-rust/library/core
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
..
benches Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
src implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N] 2021-07-15 22:59:30 +02:00
tests implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N] 2021-07-15 22:59:30 +02:00
Cargo.toml Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se 2021-03-23 04:49:47 +00:00