Back to Comprehensive Rust

Tuples and Arrays

src/tuples-and-arrays.md

latest248 B
Original Source
<!-- Copyright 2023 Google LLC SPDX-License-Identifier: CC-BY-4.0 -->

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>