1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-05 14:10:29 +02:00
Files
comprehensive-rust/src/tuples-and-arrays.md
2024-12-05 16:15:03 +01:00

11 lines
178 B
Markdown

# Tuples and Arrays
{{%segment outline}}
<details>
- We have seen how primitive types work in Rust. Now it's time for you to start
building new composite types.
</details>