mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
c03dfa6671
Adds implementations of `Index` and `IndexMut` for arrays that simply forward to the slice indexing implementation.