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

178 B

Tuples and Arrays

{{%segment outline}}

  • We have seen how primitive types work in Rust. Now it's time for you to start building new composite types.