https://github.com/microsoft/RustTraining/blob/96d56128575a3f051c20fd4933610266b3432986/csharp-book/src/ch05-data-structures-and-collections.md#arrays-and-slices
The current article failed to mention the long-lived Span<T> and the recent advent of Inline Arrays thus doesn't provide a comprehensive translation between the recent C# and Rust on this specific topic.