Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize Array.iter and Array.iter_mut a bit
Similar to ByteArray.iter, we don't need to perform bounds checking in these methods. Changelog: performance
- Loading branch information