mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-23 04:57:37 +00:00
![]() Use `<T, U>` for array/slice equality `impl`s Makes the trait implementation documentation for arrays and slices appear more consistent. [Example](https://doc.rust-lang.org/1.75.0/std/primitive.array.html): mixed `A`, `B`, and `U`.  This change makes them all `U`. |
||
---|---|---|
.. | ||
ascii.rs | ||
drain.rs | ||
equality.rs | ||
iter.rs | ||
mod.rs |