mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 19:21:13 +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.