1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-20 22:36:03 +02:00

Add speaker notes to tuples and arrays (#2499)

Part of #1083.
This commit is contained in:
Martin Geisler 2024-12-05 10:15:03 -05:00 committed by GitHub
parent 48b2b5c312
commit c61204ae18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,10 @@
# 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>