Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provide additional justification for array interface design
Explain why Rust does not implement traits for large arrays. Explain why most methods are implemented on slices rather than arrays.
- Loading branch information