100-exercises-to-learn-rust
100-exercises-to-learn-rust copied to clipboard
`[None; 7]` syntax not explained
The syntax [None; 7] is used in the solution for 6.1. Arrays but it is not explained in the exercise.