mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 01:19:10 +00:00
Adds implementations of `Index` and `IndexMut` for arrays that simply forward to the slice indexing implementation.
Adds implementations of `Index` and `IndexMut` for arrays that simply forward to the slice indexing implementation.