8dd903cc77
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. |
||
---|---|---|
.. | ||
chain.rs | ||
cloned.rs | ||
copied.rs | ||
cycle.rs | ||
enumerate.rs | ||
filter_map.rs | ||
filter.rs | ||
flat_map.rs | ||
flatten.rs | ||
fuse.rs | ||
inspect.rs | ||
intersperse.rs | ||
map.rs | ||
mod.rs | ||
peekable.rs | ||
scan.rs | ||
skip_while.rs | ||
skip.rs | ||
step_by.rs | ||
take_while.rs | ||
take.rs | ||
zip.rs |