mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-10 04:39:18 +00:00
9 lines
261 B
Markdown
9 lines
261 B
Markdown
# array
|
|
|
|
Arrays are one of the first data types beginner programmers learn. An array is a collection of elements of the same type allocated in a contiguous memory block.
|
|
|
|
|
|
## Further information
|
|
|
|
- [GitHub Repository](https://github.com/rust-lang/rust-clippy).
|